removed small and tabular grid tests which didn't seem to do anything useful (will replace the latter with a test of column reodering soon)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-11-30 21:13:46 +00:00
parent 435c1bc4d2
commit 24973882e4
2 changed files with 0 additions and 48 deletions

View File

@@ -108,8 +108,6 @@ public:
void About( wxCommandEvent& );
void OnVTable( wxCommandEvent& );
void OnBugsTable( wxCommandEvent& );
void OnSmallGrid( wxCommandEvent& );
void OnTabularGrid( wxCommandEvent& );
enum
{
@@ -150,8 +148,6 @@ public:
ID_SET_CELL_BG_COLOUR,
ID_VTABLE,
ID_BUGS_TABLE,
ID_SMALL_GRID,
ID_TABULAR_GRID,
ID_SELECT_UNSELECT,
ID_SHOW_SELECTION,
ID_SELECT_ALL,