]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-column.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / paper-column.hh
index 6adbdbe1795f8e80ad5b5c5353b26287f22d76a5..6ef3daacc4cdf60e2061d2c942afff5941fb0459 100644 (file)
@@ -29,12 +29,6 @@ public:
   virtual void do_break_processing ();
   virtual Paper_column *get_column () const;
   virtual System *get_system () const;
-  void set_system (System *);
-
-  static int compare (Grob * const &a,
-                     Grob * const &b);
-  static bool less_than (Grob *const &a,
-                        Grob *const &b);
 
   int get_rank () const { return rank_; }
   void set_rank (int);