projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
correction to last commit: Korean and Romanian translations will only be in 2.9.1...
[wxWidgets.git]
/
src
/
palmos
/
gauge.cpp
diff --git
a/src/palmos/gauge.cpp
b/src/palmos/gauge.cpp
index 4789d0f3f9a6b0eee2211130347526dd4e8c737f..fdc6df77f1f9f7cd4bcfc2478256a791b39a62b4 100644
(file)
--- a/
src/palmos/gauge.cpp
+++ b/
src/palmos/gauge.cpp
@@
-17,10
+17,6
@@
// headers
// ----------------------------------------------------------------------------
// 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"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
@@
-28,13
+24,13
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
-#ifndef WX_PRECOMP
- #include "wx/defs.h"
-#endif
-
#if wxUSE_GAUGE
#include "wx/gauge.h"
#if wxUSE_GAUGE
#include "wx/gauge.h"
+
+#ifndef WX_PRECOMP
+#endif
+
#include "wx/palmos/private.h"
// ----------------------------------------------------------------------------
#include "wx/palmos/private.h"
// ----------------------------------------------------------------------------
@@
-94,7
+90,6
@@
wxBEGIN_FLAGS( wxGaugeStyle )
wxFLAGS_MEMBER(wxGA_HORIZONTAL)
wxFLAGS_MEMBER(wxGA_VERTICAL)
wxFLAGS_MEMBER(wxGA_HORIZONTAL)
wxFLAGS_MEMBER(wxGA_VERTICAL)
- wxFLAGS_MEMBER(wxGA_PROGRESSBAR)
wxFLAGS_MEMBER(wxGA_SMOOTH)
wxEND_FLAGS( wxGaugeStyle )
wxFLAGS_MEMBER(wxGA_SMOOTH)
wxEND_FLAGS( wxGaugeStyle )
@@
-174,4
+169,3
@@
bool wxGauge::SetBackgroundColour(const wxColour& col)
}
#endif // wxUSE_GAUGE
}
#endif // wxUSE_GAUGE
-