]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/input.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / input.hh
index e211dc15c3f5dda4b323797ef77e76d55580c1e2..e1b4169841000f48b806fdfd0a81cd8c3fe0c175 100644 (file)
@@ -27,17 +27,14 @@ public:
   char const *end () const;
 
   void set (Source_file *, char const *, char const *);
-  void warning (string) const;
-  void programming_error (string) const;
+  void warning (string) const; // should use member func?
   void non_fatal_error (string) const;
   void error (string) const;
   void message (string) const;
   void set_spot (Input const &);
   void step_forward ();
   void set_location (Input const &, Input const &);
-
   Input spot () const;
-
   string location_string () const;
   string line_number_string () const;
   string file_string ()const;