]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dcclient.h
rename wxRendererNative::DrawRadioButton() to DrawOptionButton() to avoid conflict...
[wxWidgets.git] / include / wx / msw / dcclient.h
index 5957aa5c22855d0ead61a10533451dc22c17f7e4..eed5e21e594f3bc94e110b6a14642071dc8109b9 100644 (file)
@@ -43,10 +43,6 @@ public:
     // Create a DC corresponding to the whole window
     wxWindowDCImpl( wxDC *owner, wxWindow *win );
 
-#if wxUSE_GRAPHICS_CONTEXT
-    virtual wxGraphicsContext* CreateGraphicsContext();
-#endif
-
     virtual void DoGetSize(int *width, int *height) const;
 
 protected: