]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/gdiobj.cpp
Deprecate wxDC::{Begin,End}Drawing()
[wxWidgets.git] / src / palmos / gdiobj.cpp
index a8108749bb99d6dae4fe74176e59da162f96e311..671c08115437338a3bb7b650d57aee05f57de351 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "gdiobj.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -22,7 +18,6 @@
 
 #ifndef WX_PRECOMP
 #include <stdio.h>
-#include "wx/setup.h"
 #include "wx/list.h"
 #include "wx/utils.h"
 #include "wx/app.h"
@@ -42,4 +37,3 @@ void wxGDIObject::DecrementResourceUsage(void)
 };
 
 */
-