Removing vestiges of wxUSE_NEW_GRID

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-06-11 10:03:57 +00:00
parent 4ab107d7f1
commit dd74a7ad67
5 changed files with 7 additions and 42 deletions

View File

@@ -19,7 +19,7 @@
#endif
#if wxUSE_ODBC
#if wxUSE_NEW_GRID
#if wxUSE_GRID
#include "wx/log.h"
#include "wx/dbtable.h"
@@ -175,7 +175,7 @@ private:
bool m_rowmodified;
};
#endif // #if wxUSE_NEW_GRID
#endif // #if wxUSE_GRID
#endif // #if wxUSE_ODBC
#endif // _WX_GENERIC_DBGRID_H_