]> git.donarmstrong.com Git - lilypond.git/commitdiff
lily-guile.cc: remove weird special case for no longer existing "autoBeamSettings"
authorDavid Kastrup <dak@gnu.org>
Sat, 29 Dec 2012 13:21:03 +0000 (14:21 +0100)
committerDavid Kastrup <dak@gnu.org>
Fri, 4 Jan 2013 08:09:28 +0000 (09:09 +0100)
lily/lily-guile.cc

index 3fd0e890a01b252f9ee9332ce4aadd739824751a..ddda5185792522cc60afc155cc04a40fca0e8dcd 100644 (file)
@@ -395,19 +395,7 @@ type_check_assignment (SCM sym, SCM val, SCM type_symbol)
     return ok;
 
   if (!scm_is_symbol (sym))
-#if 0
     return false;
-#else
-    /*
-      This is used for autoBeamSettings.
-
-      TODO: deprecate the use of \override and \revert for
-      autoBeamSettings?
-
-      or use a symbol autoBeamSettingS?
-    */
-    return true;
-#endif
 
   SCM type = scm_object_property (sym, type_symbol);