removed unneeded (and causing link errors) wxArrayPages from wizard code (patch 663321)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-01-12 22:26:31 +00:00
parent e30285abc6
commit 890741df89

View File

@ -44,12 +44,6 @@
#include "wx/wizard.h"
// ----------------------------------------------------------------------------
// simple types
// ----------------------------------------------------------------------------
WX_DEFINE_ARRAY(wxPanel *, wxArrayPages);
// ----------------------------------------------------------------------------
// event tables and such
// ----------------------------------------------------------------------------