X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftranslator-dispatch-list.cc;h=5174bb33d3859129ab6386520b36e4e61ef07f1c;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=873f707de5d06b83cd529cab0c6d6e6a2019cd83;hpb=e8b68d8a878a0ee0381719230cf911dbcefa168d;p=lilypond.git diff --git a/lily/translator-dispatch-list.cc b/lily/translator-dispatch-list.cc index 873f707de5..5174bb33d3 100644 --- a/lily/translator-dispatch-list.cc +++ b/lily/translator-dispatch-list.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2005--2014 Han-Wen Nienhuys + Copyright (C) 2005--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,7 +20,6 @@ #include "translator-dispatch-list.hh" #include "engraver.hh" -#include "ly-smobs.icc" void Engraver_dispatch_list::apply (Grob_info gi) @@ -72,21 +71,3 @@ Engraver_dispatch_list::create (SCM trans_list, return found ? retval : SCM_EOL; } - -SCM -Engraver_dispatch_list::mark_smob (SCM) -{ - return SCM_BOOL_F; -} - -int -Engraver_dispatch_list::print_smob (SCM /* x */, - SCM p, - scm_print_state *) -{ - scm_puts ("#", p); - return 1; -} - -IMPLEMENT_SIMPLE_SMOBS (Engraver_dispatch_list); -IMPLEMENT_DEFAULT_EQUAL_P (Engraver_dispatch_list);