]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/framecmn.cpp
Use GetFont not m_font for GetCharHeight
[wxWidgets.git] / src / common / framecmn.cpp
index ae37a7fbd87e286eb8229e579461146c443053ae..3137700a8875b5f0f66d598fe3cb7296f1760f49 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "framebase.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -572,12 +568,3 @@ void wxFrameBase::SetMenuBar(wxMenuBar *menubar)
 }
 
 #endif // wxUSE_MENUS
-
-#if WXWIN_COMPATIBILITY_2_2
-
-bool wxFrameBase::Command(int winid)
-{
-    return ProcessCommand(winid);
-}
-
-#endif // WXWIN_COMPATIBILITY_2_2