]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/skyline.hh
Get rid of unused Skyline and Skyline_pair functions
[lilypond.git] / lily / include / skyline.hh
index a93316d93577779a92d7ccaee47520c2fcddd89c..eca597f8916a29b54184163507f9d818dd5ca543 100644 (file)
@@ -82,11 +82,7 @@ public:
   void print_points () const;
   void raise (Real);
   void shift (Real);
-  void invert ();
   Real distance (Skyline const &, Real horizon_padding = 0) const;
-  Real smallest_shift (Skyline const &, Direction d,
-                       Real horizon_padding = 0,
-                       Real vertical_padding = 0) const;
   Real touching_point (Skyline const &, Real horizon_padding = 0) const;
   Real shift_to_avoid (Skyline const &other, Real, Direction d, Real horizon_padding = 0);
   Real raise_to_avoid (Skyline const &other, Real, Direction d, Real horizon_padding = 0);
@@ -98,9 +94,6 @@ public:
   void set_minimum_height (Real height);
   void clear ();
   bool is_empty () const;
-  bool is_singleton () const;
-  Real left () const;
-  Real right () const;
   Skyline padded (Real horizon_padding) const;
 
   DECLARE_SCHEME_CALLBACK (get_touching_point, (SCM, SCM, SCM));