X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b88201ff5f0f9ed18db555b70eb7123c8a7c9c6..ab67e8874db324fab5223cc8d5dff8a8de3e2b77:/include/wx/gtk1/gauge.h diff --git a/include/wx/gtk1/gauge.h b/include/wx/gtk1/gauge.h index 3e8f8255ab..41531b05d1 100644 --- a/include/wx/gtk1/gauge.h +++ b/include/wx/gtk1/gauge.h @@ -10,26 +10,6 @@ #ifndef __GTKGAUGEH__ #define __GTKGAUGEH__ -#include "wx/defs.h" - -#if wxUSE_GAUGE - -#include "wx/object.h" -#include "wx/list.h" -#include "wx/control.h" - -//----------------------------------------------------------------------------- -// classes -//----------------------------------------------------------------------------- - -class WXDLLIMPEXP_CORE wxGauge; - -//----------------------------------------------------------------------------- -// global data -//----------------------------------------------------------------------------- - -extern WXDLLIMPEXP_CORE const wxChar wxGaugeNameStr[]; - //----------------------------------------------------------------------------- // wxGaugeBox //----------------------------------------------------------------------------- @@ -65,8 +45,8 @@ public: void SetBezelFace( int WXUNUSED(w) ) { } void SetRange( int r ); void SetValue( int pos ); - int GetShadowWidth() const { return 0; }; - int GetBezelFace() const { return 0; }; + int GetShadowWidth() const { return 0; } + int GetBezelFace() const { return 0; } int GetRange() const; int GetValue() const; @@ -97,7 +77,5 @@ private: DECLARE_DYNAMIC_CLASS(wxGauge) }; -#endif - #endif // __GTKGAUGEH__