X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..10f41d50ffd0d58a9cc34e417ea1ad27b253d89b:/src/palmos/gauge.cpp diff --git a/src/palmos/gauge.cpp b/src/palmos/gauge.cpp index 4789d0f3f9..fdc6df77f1 100644 --- a/src/palmos/gauge.cpp +++ b/src/palmos/gauge.cpp @@ -17,10 +17,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "gauge.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -28,13 +24,13 @@ #pragma hdrstop #endif -#ifndef WX_PRECOMP - #include "wx/defs.h" -#endif - #if wxUSE_GAUGE #include "wx/gauge.h" + +#ifndef WX_PRECOMP +#endif + #include "wx/palmos/private.h" // ---------------------------------------------------------------------------- @@ -94,7 +90,6 @@ wxBEGIN_FLAGS( wxGaugeStyle ) wxFLAGS_MEMBER(wxGA_HORIZONTAL) wxFLAGS_MEMBER(wxGA_VERTICAL) - wxFLAGS_MEMBER(wxGA_PROGRESSBAR) wxFLAGS_MEMBER(wxGA_SMOOTH) wxEND_FLAGS( wxGaugeStyle ) @@ -174,4 +169,3 @@ bool wxGauge::SetBackgroundColour(const wxColour& col) } #endif // wxUSE_GAUGE -