]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/offset.cc
(include_path): remove --no-lily, --no-ps ,
[lilypond.git] / flower / offset.cc
index e9a6d7394a6993d053739f07546caf23b8911d3a..41eb841c244b925e5679cad9cb43390afb6643cb 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 #include <math.h>
 
@@ -91,8 +91,3 @@ Offset::length () const
 {
   return sqrt (sqr (coordinate_a_[X_AXIS]) + sqr (coordinate_a_[Y_AXIS]));
 }
-void
-Offset::mirror (Axis a)
-{
-  coordinate_a_[a] = - coordinate_a_[a];
-}