.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@3897 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-09-21 07:55:45 +00:00
parent 1773918084
commit 6d0781f55d

View file

@ -94,8 +94,6 @@ void Font::SyncStdFont()
{
DrawLock __;
StdFontSize = Size(AStdFont.GetAveWidth(), AStdFont().Bold().GetCy());
DDUMP(StdFontSize);
DDUMP(AStdFont.GetHeight());
}
void (*whenSetStdFont)();