]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/gridctrl.h
removed static methods from wxAppTraitsBase, this doesn't work well in non-monolithic...
[wxWidgets.git] / include / wx / generic / gridctrl.h
index 3cc0c7e157679f2df0ffa414fd814f2492b4961c..b607c326075f22117700c49787975048893167c8 100644 (file)
@@ -16,7 +16,7 @@
     #pragma interface "gridctrl.h"
 #endif
 
-#if wxUSE_GRID || wxUSE_NEW_GRID
+#if wxUSE_GRID
 
 #include "wx/grid.h"
 #include "wx/string.h"
@@ -154,7 +154,7 @@ private:
 
 };
 
-#endif  // #if wxUSE_GRID || wxUSE_NEW_GRID
+#endif  // #if wxUSE_GRID
 
 #endif //_WX_GENERIC_GRIDCTRL_H_