Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/env.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/env.py')
-rw-r--r--sugar/env.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/sugar/env.py b/sugar/env.py
index 5f50d3c..e3e0a51 100644
--- a/sugar/env.py
+++ b/sugar/env.py
@@ -73,9 +73,6 @@ def get_user_library_path():
def get_locale_path(path=None):
return _get_prefix_path('share/locale', path)
-def get_sounds_path(path=None):
- return _get_prefix_path('share/sounds', path)
-
def get_bin_path(path=None):
return _get_sugar_path('bin', path)