]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dc.h
Wrappers for *ToText
[wxWidgets.git] / include / wx / gtk / dc.h
index bf3526f704d4a47810b60d2461c6c95cdaf0fe06..1bc4d18c56c24f4d4992f2738d369d19d6858afb 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef __GTKDCH__
 #define __GTKDCH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif
 
@@ -46,9 +46,6 @@ public:
 
     void SetColourMap( const wxPalette& palette ) { SetPalette(palette); };
 
-    // the first two must be overridden and called
-    virtual void DestroyClippingRegion();
-
     // Resolution in pixels per logical inch
     virtual wxSize GetPPI() const;