]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scheme-listener.cc
Release: bump VERSION_DEVEL.
[lilypond.git] / lily / scheme-listener.cc
index 178c8ad7f52b09030f1e22bfc4368ad973b975d8..2807cc4ad14ca7039685d8b39818f72225d70ae2 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2011 Erik Sandberg  <mandolaerik@gmail.com>
+  Copyright (C) 2006--2014 Erik Sandberg  <mandolaerik@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
@@ -26,13 +26,10 @@ Scheme_listener::call (SCM ev)
   scm_call_1 (callback_, ev);
 }
 
-IMPLEMENT_SMOBS (Scheme_listener);
-IMPLEMENT_DEFAULT_EQUAL_P (Scheme_listener);
 
 Scheme_listener::Scheme_listener (SCM c)
 {
   callback_ = SCM_EOL;
-  self_scm_ = SCM_EOL;
   smobify_self ();
   callback_ = c;
 }