]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/translator.hh
unsmob_pitch -> Pitch::unsmob and related
[lilypond.git] / lily / include / translator.hh
index be6781eb030aec34b5d41cb1077b06347e0be71c..0f8202e6be8dd7c2f10c0caf8edd664cc1c39fa9 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2012 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
@@ -172,7 +172,6 @@ void add_translator (Translator *trans);
 Translator *get_translator (SCM s);
 Moment get_event_length (Stream_event *s, Moment now);
 Moment get_event_length (Stream_event *s);
-DECLARE_UNSMOB (Translator, translator);
 
 /*
   This helper is only meaningful inside listen_* methods.