]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/gauge.cpp
g_main_set_poll_func(x) -> g_main_context_set_poll_func(NULL, x). Former deprecated...
[wxWidgets.git] / src / gtk / gauge.cpp
index 985c42bcc3dcd148f6cb3ca79fd30fcf38773eea..4ddfd61e67454c9b952e6c519d10ec9f3ef29de7 100644 (file)
@@ -7,10 +7,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "gauge.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -57,7 +53,7 @@ bool wxGauge::Create( wxWindow *parent,
 
     PostCreation(size);
     SetBestSize(size);
-    
+
     return TRUE;
 }