]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/region.cpp
removed some commented-out code
[wxWidgets.git] / src / palmos / region.cpp
index 09130fe70365227681dc016c0ab2092e9effc740..8a408284a13656801abd36acfc59185bb94f8adc 100644 (file)
@@ -1,12 +1,12 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:      palmos/region.cpp
-// Purpose:   wxRegion implementation
-// Author:    William Osborne
+// Name:        src/palmos/region.cpp
+// Purpose:     wxRegion implementation
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
-// Created:   10/13/04
-// RCS-ID:    $Id: 
-// Copyright: (c) William Osborne
-// Licence:   wxWindows licence
+// Created:     10/13/04
+// RCS-ID:      $Id$
+// Copyright:   (c) William Osborne
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "region.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
 #include "wx/region.h"
-#include "wx/gdicmn.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/gdicmn.h"
+#endif
 
 IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject)
 IMPLEMENT_DYNAMIC_CLASS(wxRegionIterator, wxObject)
@@ -240,4 +239,3 @@ wxCoord wxRegionIterator::GetH() const
 {
     return 0;
 }
-