[the-board/sound-thing: 2/4] [things] Remove unused constant from video, text, and photo
- From: Lucas Rocha <lucasr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [the-board/sound-thing: 2/4] [things] Remove unused constant from video, text, and photo
- Date: Wed, 5 Jan 2011 10:30:25 +0000 (UTC)
commit 58ebf823c0637c7b39c100d6171fc8c5461622ef
Author: Lucas Rocha <lucasr gnome org>
Date: Wed Jan 5 00:37:26 2011 +0000
[things] Remove unused constant from video, text, and photo
src/js/ui/things/photo.js | 2 --
src/js/ui/things/text.js | 2 --
src/js/ui/things/video.js | 2 --
3 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/js/ui/things/photo.js b/src/js/ui/things/photo.js
index 83713f1..e75d884 100644
--- a/src/js/ui/things/photo.js
+++ b/src/js/ui/things/photo.js
@@ -29,8 +29,6 @@ const _SHOW_BUTTON_BOX_TIME = 0.5;
const _UPDATE_SIZE_TIME = 0.3;
const _UPDATE_SIZE_TRANSITION = 'easeOutCubic';
-const _SAVE_TEXT_TIMEOUT = 5; // in seconds
-
function PhotoThing(args) {
this._init(args);
}
diff --git a/src/js/ui/things/text.js b/src/js/ui/things/text.js
index 6d3db5e..c6d6eff 100644
--- a/src/js/ui/things/text.js
+++ b/src/js/ui/things/text.js
@@ -14,8 +14,6 @@ const Thing = imports.ui.thing;
const ToolBox = imports.ui.toolBox;
const Toolbar = imports.ui.toolbar;
-const _SAVE_TEXT_TIMEOUT = 5; // in seconds
-
const _FONT_SIZE_SMALL = "small";
const _FONT_SIZE_MEDIUM = "medium";
const _FONT_SIZE_BIG = "big";
diff --git a/src/js/ui/things/video.js b/src/js/ui/things/video.js
index 3a57e40..2109e12 100644
--- a/src/js/ui/things/video.js
+++ b/src/js/ui/things/video.js
@@ -30,8 +30,6 @@ const _SHOW_BUTTON_BOX_TIME = 0.5;
const _UPDATE_SIZE_TIME = 0.3;
const _UPDATE_SIZE_TRANSITION = 'easeOutCubic';
-const _SAVE_TEXT_TIMEOUT = 5; // in seconds
-
function VideoThing(args) {
this._init(args);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]