]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-grouper-interface.hh
Merge branch 'master' into translation
[lilypond.git] / lily / include / staff-grouper-interface.hh
index aaeb40173805da00562e600c6da20f2a1b7c7b81..0e00d4280f72b64fc635290b07d559b4d5b64f15 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2009--2014 Joe Neeman <joeneeman@gmail.com>
+  Copyright (C) 2009--2015 Joe Neeman <joeneeman@gmail.com>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -25,7 +25,6 @@
 class Staff_grouper_interface
 {
 public:
-  DECLARE_GROB_INTERFACE ();
 
   static bool maybe_pure_within_group (Grob *, Grob *child, bool, int, int);
 };