Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.py b/config.py
index baedd62..e4f0a2e 100644
--- a/config.py
+++ b/config.py
@@ -25,9 +25,6 @@ from sugar.activity import activity
MEASURE_ROOT = activity.get_bundle_path()
ICONS_DIR = MEASURE_ROOT + '/icons'
-#In milliseconds, the delay interval after which the waveform draw function will be queued"
-REFRESH_TIME = 30
-
#Multiplied with width and height to set placement of text
TEXT_X_M = 0.65
TEXT_Y_M = 0.70