]> git.donarmstrong.com Git - lilypond.git/commitdiff
remove unused methods.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 23 Mar 2008 18:14:13 +0000 (15:14 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 23 Mar 2008 18:14:13 +0000 (15:14 -0300)
scripts/lilypond-book.py

index 6747a055e29df3f330ab564ad4571a72cc738505..03ae87d43fe4d87a705adbf52ccac023b00e0337 100644 (file)
@@ -28,7 +28,6 @@ TODO:
 
 '''
 
-import commands
 import md5
 import os
 import re
@@ -842,10 +841,7 @@ class Chunk:
     def filter_text (self):
         return self.replacement_text ()
 
-    def ly_is_outdated (self):
-        return False
-
-    def png_is_outdated (self):
+    def is_outdated (self):
         return False
 
     def is_plain (self):