diff --git a/uppsrc/ide/Browser/Browser.h b/uppsrc/ide/Browser/Browser.h index 88d0fbb65..a2e4a3360 100644 --- a/uppsrc/ide/Browser/Browser.h +++ b/uppsrc/ide/Browser/Browser.h @@ -60,13 +60,7 @@ int GetMatchLen(const char *s, const char *t); enum WithBodyEnum { WITHBODY = 33 }; -inline Font BrowserFont() -#ifdef PLATFORM_WIN32 -{ return StdFont(); } -//{ return Arial(Ctrl::VertLayoutZoom(11)); } -#else -{ return Arial(Ctrl::VertLayoutZoom(9)); } -#endif +inline Font BrowserFont() { return StdFont(); } struct CppItemInfo : CppItem { String scope;