]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grid-line-interface.hh
Imported Upstream version 2.19.45
[lilypond.git] / lily / include / grid-line-interface.hh
index 85128ce6e6060b5725b1f90ff6a3a24b5a9b2b8e..2a4760a7177289d4d9d14a06e5e82b787821f7c2 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -29,13 +29,11 @@ public:
   static void add_grid_point (Grob *me, Grob *b);
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (width, (SCM));
-  DECLARE_GROB_INTERFACE ();
 };
 
 class Grid_point_interface
 {
 public:
-  DECLARE_GROB_INTERFACE ();
 };
 
 #endif /* GRID_LINE_INTERFACE_HH */