]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/input-smob.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / input-smob.cc
index 72b293f10c09c3bf968e5433c45815dc656eb501..e3bc5d275d8f90907351184820cf01091c4cf971 100644 (file)
@@ -7,7 +7,7 @@
 */
 
 #include "input-smob.hh"
-#include "source-file.hh"
+
 #include "std-string.hh"
 
 #include "ly-smobs.icc"
@@ -18,13 +18,8 @@ Input dummy_input_global;
 static long input_tag;
 
 static
-SCM mark_smob (SCM s)
+SCM mark_smob (SCM)
 {
-  Input *sc = (Input *) SCM_CELL_WORD_1 (s);
-
-  if (Source_file *sf = sc->get_source_file ())
-    return sf->self_scm ();
-
   return SCM_EOL;
 }