X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fgrid-line-interface.hh;h=2a4760a7177289d4d9d14a06e5e82b787821f7c2;hb=b0dce4ca74c6ebf43a3f574ccf281b8bc58a3b75;hp=7cacc1ccbef0d02d4ed82e4745fcf1c8e800f8ea;hpb=a6bd229f7fe1dc4a03478e14ccc0c0c66b225061;p=lilypond.git diff --git a/lily/include/grid-line-interface.hh b/lily/include/grid-line-interface.hh index 7cacc1ccbe..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--2010 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 */