Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2012-11-26 11:25:46 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-11-26 11:25:46 (GMT)
commit05cc07fb64ce52d28d75fcb213a590455b5605c7 (patch)
tree8139cea26feab8ba7d9ce4c9deedadb49bba826b
parentbf48971a2ac991a6562c3558542c092ab2f9d56b (diff)
Remove unused clefs
Signed-off-by: Daniel Francis <francis@sugarlabs.org>
-rw-r--r--clef.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/clef.py b/clef.py
index a6e26a6..6568df3 100644
--- a/clef.py
+++ b/clef.py
@@ -30,10 +30,10 @@ CLEF_G = 3
class Clef:
clef_type = CLEF_G
- clefs = [Rsvg.Handle.new_from_file(os.path.join(os.environ['SUGAR_BUNDLE_PATH'],
- 'symbols/Cclef3.svg')),
- Rsvg.Handle.new_from_file(os.path.join(os.environ['SUGAR_BUNDLE_PATH'],
- 'symbols/Cclef4.svg')),
+ clefs = [ # Rsvg.Handle.new_from_file(os.path.join(os.environ['SUGAR_BUNDLE_PATH'],
+ # 'symbols/Cclef3.svg')),
+ # Rsvg.Handle.new_from_file(os.path.join(os.environ['SUGAR_BUNDLE_PATH'],
+ # 'symbols/Cclef4.svg')),
Rsvg.Handle.new_from_file(os.path.join(os.environ['SUGAR_BUNDLE_PATH'],
'symbols/Fclef.svg')),
Rsvg.Handle.new_from_file(os.path.join(os.environ['SUGAR_BUNDLE_PATH'],