]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/simple-spacer.hh
release: 1.3.53
[lilypond.git] / lily / include / simple-spacer.hh
index 5a1501347a125b443d21c8b7ea4e86095efbff1e..0cc519fdbb3120a7426c165445c5028bb098b128 100644 (file)
@@ -24,7 +24,7 @@ struct Spring_description
 
   Real length (Real force) const;
   Spring_description ();
-  Real energy_f (Real) const;
+
   bool sane_b () const;
 };
 
@@ -68,7 +68,7 @@ struct Simple_spacer
   Real indent_f_;
   Real line_len_f_;
   Real default_space_f_;
-  Real compression_energy_factor_f_;
+
 
   Simple_spacer ();
   
@@ -83,8 +83,6 @@ struct Simple_spacer
   Real active_blocking_force ()const;
   Real configuration_length ()const;
   void set_active_states ();
-  Real energy_f () const;
-
   bool active_b () const;
 };