From: Julian Smart Date: Tue, 13 May 2003 15:16:54 +0000 (+0000) Subject: Removed obsolete check X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6678c7f83894bc750cebb129d9575f5768eda174 Removed obsolete check git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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