]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/sources.cc
Xml: Regression test 41f-StaffGroups-Overlapping
[lilypond.git] / lily / sources.cc
index 0379e66d83852034f4286675fecdf634e94a42a8..7b7401b330cc1a44f31983517824dcd619e67ca4 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2014 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,11 +29,6 @@ Sources::Sources ()
   path_ = 0;
 }
 
-Sources::Sources (Sources const &)
-{
-  assert (false);
-}
-
 void
 Sources::set_path (File_path *f)
 {