]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed obsolete check
authorJulian Smart <julian@anthemion.co.uk>
Tue, 13 May 2003 15:16:54 +0000 (15:16 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 13 May 2003 15:16:54 +0000 (15:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/grid/griddemo.h

index 3fa91e0ce50ac126c9af37db574de78235b4449f..94d923e417d76971548c06ecc2f1599268e8b29f 100644 (file)
 #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