]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/engraver.cc
Issue 4842/3: Replace Engraver_dispatch_entry with Method_instance
[lilypond.git] / lily / engraver.cc
index 25ae579bd7dbcd59f844b28c05b51d1db54e9d4a..5a1486927a3f696a9d503b99ab5dce2fb61ff2dd 100644 (file)
@@ -175,20 +175,3 @@ ly_is_grob_cause (SCM obj)
 {
   return unsmob<Grob> (obj) || unsmob<Stream_event> (obj) || scm_is_null (obj);
 }
-
-#include "translator.icc"
-
-ADD_TRANSLATOR (Engraver,
-                /* doc */
-                "Base class for engravers.  Does nothing, so it is not used.",
-
-                /* create */
-                "",
-
-                /* read */
-                "",
-
-                /* write */
-                ""
-               );
-