]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/font.h
Fixes for building wxOS2 shared with OpenWatcom.
[wxWidgets.git] / include / wx / gtk / font.h
index dbfe1b1f00ff314d7b44f4ca191aad18cad77439..c14e0fc8cffb5dee4a4fbe452f32061b18ff5669 100644 (file)
 #ifndef __GTKFONTH__
 #define __GTKFONTH__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface
-#endif
-
 #include "wx/hash.h"
 
 // ----------------------------------------------------------------------------
@@ -101,10 +97,6 @@ public:
     // implementation from now on
     void Unshare();
 
-#ifndef __WXGTK20__
-    GdkFont* GetInternalFont(float scale = 1.0) const;
-#endif
-
     // no data :-)
 
 protected: