X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fgrid-line-interface.hh;h=2a4760a7177289d4d9d14a06e5e82b787821f7c2;hb=3e89af67bc6a9e3fd5d9a28db256608ac79510e0;hp=9adfea1480744b82a5975ed73399ca25ccc24a3a;hpb=1c846b2c2348b4e0ca4a3c2e8fb267047ba2d203;p=lilypond.git diff --git a/lily/include/grid-line-interface.hh b/lily/include/grid-line-interface.hh index 9adfea1480..2a4760a717 100644 --- a/lily/include/grid-line-interface.hh +++ b/lily/include/grid-line-interface.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2005--2011 Han-Wen Nienhuys + Copyright (C) 2005--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,20 +23,17 @@ #include "lily-proto.hh" #include "grob-interface.hh" - class Grid_line_interface { 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 */