]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/ambitus.hh
resolve merge
[lilypond.git] / lily / include / ambitus.hh
diff --git a/lily/include/ambitus.hh b/lily/include/ambitus.hh
deleted file mode 100644 (file)
index dc8d3c9..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
-  ambitus.hh
-
-  source file of the GNU LilyPond music typesetter
-
-  (c) 2000--2009 Juergen Reuter <reuter@ipd.uka.de>
-*/
-
-#ifndef AMBITUS_HH
-#define AMBITUS_HH
-
-#include "lily-proto.hh"
-#include "grob-interface.hh"
-
-struct Ambitus
-{
-  DECLARE_SCHEME_CALLBACK (print, (SCM smob));
-  DECLARE_GROB_INTERFACE();
-  static Slice get_positions (Grob *);
-  static Interval head_width (Grob *me, Grob *common);
-};
-
-#endif // AMBITUS_HH
-