X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbox.cc;h=700eec3a6c8e9a7d3ecc39fc392bcd07c91f3d85;hb=5e59ddc20f08184abb9f65789338043824046e2b;hp=df5ccb75b2649c2e547b976b129ba78cbc5aee0a;hpb=8a1caa214f1d2b517a418fc59fa82a0f3bbe0f19;p=lilypond.git diff --git a/lily/box.cc b/lily/box.cc index df5ccb75b2..700eec3a6c 100644 --- a/lily/box.cc +++ b/lily/box.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1996--2012 Han-Wen Nienhuys + Copyright (C) 1996--2014 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 @@ -132,21 +132,5 @@ Box::print () /****************************************************************/ -#include "ly-smobs.icc" -IMPLEMENT_SIMPLE_SMOBS (Box); -IMPLEMENT_TYPE_P (Box, "ly:box?"); -IMPLEMENT_DEFAULT_EQUAL_P (Box); - -SCM -Box::mark_smob (SCM /* x */) -{ - return SCM_EOL; -} - -int -Box::print_smob (SCM /* x */, SCM p, scm_print_state *) -{ - scm_puts ("#", p); - return 1; -} +const char Box::type_p_name_[] = "ly:box?";