]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dc.h
Wrappers for *ToText
[wxWidgets.git] / include / wx / gtk / dc.h
index 1550c268e76d983f8a4cd11c914b79be13d9c9b5..1bc4d18c56c24f4d4992f2738d369d19d6858afb 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef __GTKDCH__
 #define __GTKDCH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#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;