]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/context.hh
move trill line into line-interface. Allows angled trill lines.
[lilypond.git] / lily / include / context.hh
index 2cb0280ea128cb59076f7ce1d07463358fd007c2..39babf7b669751f9c2204b0701ace74159c621bf 100644 (file)
@@ -85,11 +85,7 @@ public:
   Context *where_defined (SCM name_sym, SCM *value) const;
   void unset_property (SCM var_sym);
 
-#ifndef NDEBUG
-  void internal_set_property (SCM var_sym, SCM value, char const *file, int line, char const *fun);
-#else
   void internal_set_property (SCM var_sym, SCM value);
-#endif
 
   Context *create_context (Context_def *, string, SCM);
   DECLARE_LISTENER (create_context_from_event);