]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/gauge.h
implementation of HotKey, see #12354
[wxWidgets.git] / include / wx / gtk1 / gauge.h
index 8e656daf2b7a1fd704ea8797ca906c6b650a9061..680e6690c4675303576d5a26c4f45757725047e1 100644 (file)
@@ -4,32 +4,12 @@
 // Author:      Robert Roebling
 // Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #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
 //-----------------------------------------------------------------------------
@@ -98,5 +78,4 @@ private:
 };
 
 #endif
-
-#endif // __GTKGAUGEH__
+    // __GTKGAUGEH__