X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba9574c310e8930a0e71547507c9811e22633f30..17731af57d6b0e5060bdcdfc60ee218952e81c8d:/samples/grid/griddemo.h?ds=sidebyside diff --git a/samples/grid/griddemo.h b/samples/grid/griddemo.h index fa0ef62209..15e8b88223 100644 --- a/samples/grid/griddemo.h +++ b/samples/grid/griddemo.h @@ -5,7 +5,7 @@ // Modified by: // RCS-ID: $Id$ // Copyright: (c) Michael Bedward, Julian Smart -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -77,7 +77,6 @@ class GridFrame : public wxFrame void SelectRow(wxCommandEvent& event); void SelectAll(wxCommandEvent& event); void OnAddToSelectToggle(wxCommandEvent& event); - void OnShowSelection(wxCommandEvent& event); void AutoSizeRow(wxCommandEvent& event); void AutoSizeCol(wxCommandEvent& event); @@ -156,7 +155,6 @@ public: ID_BUGS_TABLE, ID_TABULAR_TABLE, ID_SELECT_UNSELECT, - ID_SHOW_SELECTION, ID_SELECT_ALL, ID_SELECT_ROW, ID_SELECT_COL,