X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..f5058cd7d926d45a6b0673a0b557ca0792f60e48:/src/palmos/gauge.cpp diff --git a/src/palmos/gauge.cpp b/src/palmos/gauge.cpp index 4789d0f3f9..f0c47e3878 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,12 +24,11 @@ #pragma hdrstop #endif +#if wxUSE_GAUGE + #ifndef WX_PRECOMP - #include "wx/defs.h" #endif -#if wxUSE_GAUGE - #include "wx/gauge.h" #include "wx/palmos/private.h" @@ -94,7 +89,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 +168,3 @@ bool wxGauge::SetBackgroundColour(const wxColour& col) } #endif // wxUSE_GAUGE -