X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1d58ddc1557d0bd454ed9ccd58d7761ed242d67..aec34b46824c9396b39a5d64862d873c8ee15557:/include/wx/msw/font.h diff --git a/include/wx/msw/font.h b/include/wx/msw/font.h index f7596f241b..1ab10844bc 100644 --- a/include/wx/msw/font.h +++ b/include/wx/msw/font.h @@ -16,15 +16,6 @@ #pragma interface "font.h" #endif -// ---------------------------------------------------------------------------- -// public functions -// ---------------------------------------------------------------------------- - -// convert wxFontEncoding into one of Windows XXX_CHARSET constants (fill exact -// parameter if it's not NULL with TRUE if encoding is realyl supported under -// Windows and FALSE if not and we just chose something close to it) -extern int wxCharsetFromEncoding(wxFontEncoding encoding, bool *exact = NULL); - // ---------------------------------------------------------------------------- // wxFont // ----------------------------------------------------------------------------