]> git.saurik.com Git - wxWidgets.git/commitdiff
removed unneeded (and causing link errors) wxArrayPages from wizard code (patch 663321)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Jan 2003 22:26:31 +0000 (22:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Jan 2003 22:26:31 +0000 (22:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/wizard.cpp

index fbc3fc7d5befd99d6f8be319edbd8944e8ff924f..01304347cf8ac99a68af881288453dcdf9df5dc8 100644 (file)
 
 #include "wx/wizard.h"
 
-// ----------------------------------------------------------------------------
-// simple types
-// ----------------------------------------------------------------------------
-
-WX_DEFINE_ARRAY(wxPanel *, wxArrayPages);
-
 // ----------------------------------------------------------------------------
 // event tables and such
 // ----------------------------------------------------------------------------