]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/direction.hh
* Another grand 2003 update.
[lilypond.git] / flower / include / direction.hh
index ffd262f6a825a53fe03ffb0e8621cdde0dfd0ae6..8f4392b68764b0f9ac62c8b33c3a85c3b951ea69 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -25,14 +25,12 @@ enum Direction
   BIGGER=1,
   START = -1,
   STOP = 1,
-  X=1,
-  Y=-1,
 };
 
 inline Direction
 other_dir (Direction const d)
 {
-  return (Direction)(-d);
+  return (Direction) (-d);
 }
 
 inline Direction
@@ -57,6 +55,6 @@ flip (Direction *i) {
  */
 template<class T> T minmax (Direction d, T, T);
 
-// String direction_str (Direction, Axis);
+// String direction_string (Direction, Axis);
 
 #endif // DIRECTION_HH