From: David Kastrup Date: Sat, 30 May 2015 11:49:13 +0000 (-0400) Subject: Remove group-interface.hh which has been unused since 2005! X-Git-Tag: release/2.19.22-1~68^2~17 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=518fd5740c1c9a03c49be2450cf81a945cd6a7e1;p=lilypond.git Remove group-interface.hh which has been unused since 2005! --- diff --git a/lily/include/group-interface.hh b/lily/include/group-interface.hh deleted file mode 100644 index a3abca8b55..0000000000 --- a/lily/include/group-interface.hh +++ /dev/null @@ -1,41 +0,0 @@ -/* - This file is part of LilyPond, the GNU music typesetter. - - Copyright (C) 1999--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 - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LilyPond is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with LilyPond. If not, see . -*/ - -#ifndef GROUP_INTERFACE_HH -#define GROUP_INTERFACE_HH - -#include "grob.hh" -#include "std-string.hh" -/** - Look at Score element ELT as thing which has a list property called - NAME_. Normally the list would contain Grobs, but - sometimes it can be different things. - - todo: reename as list_interface? -*/ - -struct Group_interface -{ -public: - static int count (Grob *, SCM); - static void add_thing (Grob *, SCM, SCM); -}; - -#endif /* GROUP_INTERFACE_HH */ -