]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context.cc
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / lily / context.cc
index 36e506cd7e01d88891b57ac5c68f6817183eafc5..b2ada8fe7f19d3d71c1a565344e6ec3603e60f22 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2004--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "context.hh"
@@ -46,9 +46,8 @@ Context::check_removal ()
     }
 }
 
-Context::Context (Context const &src)
+Context::Context (Context const & /* src */)
 {
-  (void) src;
   assert (false);
 }