From 6678c7f83894bc750cebb129d9575f5768eda174 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 13 May 2003 15:16:54 +0000 Subject: [PATCH] Removed obsolete check git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/grid/griddemo.h | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.45.2