X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f7556ff05f5cf0a5be1e494a477fd463db4a9236..cffadd8447201d0e2e1b3de6f8a24b967da9140c:/samples/grid/griddemo.h?ds=sidebyside diff --git a/samples/grid/griddemo.h b/samples/grid/griddemo.h index 3fa91e0ce5..94d923e417 100644 --- a/samples/grid/griddemo.h +++ b/samples/grid/griddemo.h @@ -12,10 +12,6 @@ #ifndef griddemo_h #define griddemo_h -#if !defined(wxUSE_NEW_GRID) || !(wxUSE_NEW_GRID) - #error "This sample requires the new wxGrid class." -#endif - class wxGrid; class GridApp : public wxApp