Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-09-24 19:16:06 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-09-24 19:16:06 (GMT)
commita8969d776fc4ca138c925d6756804300cbaef2ae (patch)
tree1766edb1a05eff7b5170acbbc807129dff7775dd /sugar
parent9b68754ba5c1f63d7ca6adfee3ef6114628c175e (diff)
Ship the startup sound with sugar
Diffstat (limited to 'sugar')
-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)