]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/grid/griddemo.h
(should) fix unix compilation...
[wxWidgets.git] / 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