.removed DDUMP

git-svn-id: svn://ultimatepp.org/upp/trunk@8795 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-08-07 09:13:31 +00:00
parent 1dcaf53354
commit 8820e5afb0

View file

@ -610,9 +610,6 @@ void ChSysInit()
String name = FromSystemCharset(ncm.lfMenuFont.lfFaceName);
int height = abs((int)ncm.lfMenuFont.lfHeight);
DDUMP(name);
DDUMP(height);
int q = Font::FindFaceNameIndex(name);
if(height > 0 && height < 200) // sanity..
Font::SetDefaultFont(Font(q >= 0 ? q : Font::SANSSERIF, height));