]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_chckb.cpp
Fixed home and end accelerators.
[wxWidgets.git] / src / xrc / xh_chckb.cpp
index 52160e255e607e43ae6f43530a081284240584b2..f67b7beb547d22b932ee3d5fea93abddd5ec7df7 100644 (file)
@@ -8,10 +8,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "xh_chckb.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -19,7 +15,7 @@
     #pragma hdrstop
 #endif
 
-#if wxUSE_XML && wxUSE_XRC && wxUSE_CHECKBOX
+#if wxUSE_XRC && wxUSE_CHECKBOX
 
 #include "wx/xrc/xh_chckb.h"
 #include "wx/checkbox.h"
@@ -59,4 +55,4 @@ bool wxCheckBoxXmlHandler::CanHandle(wxXmlNode *node)
     return IsOfClass(node, wxT("wxCheckBox"));
 }
 
-#endif // wxUSE_XML && wxUSE_XRC && wxUSE_CHECKBOX
+#endif // wxUSE_XRC && wxUSE_CHECKBOX