]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/tabctrl.cpp
removed useless colMapAllocCounter (patch 1413456)
[wxWidgets.git] / src / palmos / tabctrl.cpp
index b9afda7b3df2bcb416e4fd95491e373f78e9a9cc..30933e9d4013eef2e8b395f26bb15614e687d1d6 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "tabctrl.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -20,6 +16,8 @@
 #pragma hdrstop
 #endif
 
+#if wxUSE_TAB_DIALOG
+
 #ifndef WX_PRECOMP
 #include "wx/wx.h"
 #endif
@@ -181,3 +179,4 @@ void wxTabCtrl::SetPadding(const wxSize& padding)
 #endif
     // __WIN95__
 
+#endif // wxUSE_TAB_DIALOG