X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ffont-metric.cc;h=ed53d266187d2fdda943958f170b5e1d93ac7ebe;hb=f1e6a812cca9ab3b58ce8f36acacde0c7f035448;hp=1ff7e47fc0714ddb4e9823d5963c0ca7ee16fde2;hpb=edf9d00fea686457b4469b82a435d5dc3bf09a56;p=lilypond.git diff --git a/lily/font-metric.cc b/lily/font-metric.cc index 1ff7e47fc0..ed53d26618 100644 --- a/lily/font-metric.cc +++ b/lily/font-metric.cc @@ -2,7 +2,6 @@ This file is part of LilyPond, the GNU music typesetter. Copyright (C) 1999--2010 Han-Wen Nienhuys - Mats Bengtsson (the ugly TeX parsing in text_dimension) LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -197,10 +196,3 @@ Font_metric::text_stencil (Output_def* state, programming_error ("Cannot get a text stencil from this font"); return Stencil (Box (), SCM_EOL); } - -Box -Font_metric::text_dimension (string) const -{ - return Box (Interval (0, 0), Interval (0, 0)); -} -