Removing deprecated classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-03-30 22:47:33 +00:00
parent 642067e02a
commit 2fc9385a2c
38 changed files with 126 additions and 594 deletions

View File

@@ -31,9 +31,6 @@ ALL_SOURCES = \
generic/printps.cpp \
generic/prntdlgg.cpp \
generic/progdlgg.cpp \
generic/prop.cpp \
generic/propform.cpp \
generic/proplist.cpp \
generic/sashwin.cpp \
generic/scrlwing.cpp \
generic/spinctlg.cpp \
@@ -46,7 +43,6 @@ ALL_SOURCES = \
generic/tipdlg.cpp \
generic/tipwin.cpp \
generic/treectlg.cpp \
generic/treelay.cpp \
generic/wizard.cpp \
common/accesscmn.cpp \
common/appcmn.cpp \
@@ -143,7 +139,6 @@ ALL_SOURCES = \
common/quantize.cpp \
common/radiocmn.cpp \
common/regex.cpp \
common/resource.cpp \
common/rgncmn.cpp \
common/sckaddr.cpp \
common/sckfile.cpp \
@@ -176,7 +171,6 @@ ALL_SOURCES = \
common/wfstream.cpp \
common/wincmn.cpp \
common/wxchar.cpp \
common/wxexpr.cpp \
common/xpmdecod.cpp \
common/zipstrm.cpp \
common/zstream.cpp \
@@ -343,7 +337,6 @@ ALL_HEADERS = \
effects.h \
encconv.h \
event.h \
expr.h \
fdrepdlg.h \
features.h \
ffile.h \
@@ -436,16 +429,12 @@ ALL_HEADERS = \
prntbase.h \
process.h \
progdlg.h \
prop.h \
propform.h \
proplist.h \
quantize.h \
radiobox.h \
radiobut.h \
rawbmp.h \
regex.h \
region.h \
resource.h \
sashwin.h \
sckaddr.h \
sckipc.h \
@@ -512,7 +501,6 @@ ALL_HEADERS = \
wx_cw_cm.h \
wx_cw_d.h \
wxchar.h \
wxexpr.h \
wxhtml.h \
wxprec.h \
xpmdecod.h \
@@ -738,7 +726,6 @@ COMMONOBJS = \
quantize.o \
radiocmn.o \
regex.o \
resource.o \
rgncmn.o \
sckaddr.o \
sckfile.o \
@@ -771,7 +758,6 @@ COMMONOBJS = \
wfstream.o \
wincmn.o \
wxchar.o \
wxexpr.o \
xpmdecod.o \
zipstrm.o \
zstream.o
@@ -807,9 +793,6 @@ GUIOBJS = \
printps.o \
prntdlgg.o \
progdlgg.o \
prop.o \
propform.o \
proplist.o \
sashwin.o \
scrlwing.o \
spinctlg.o \
@@ -822,7 +805,6 @@ GUIOBJS = \
tipdlg.o \
tipwin.o \
treectlg.o \
treelay.o \
wizard.o \
app.o \
bitmap.o \
@@ -919,9 +901,6 @@ GUI_LOWLEVEL_OBJS = \
printps.o \
prntdlgg.o \
progdlgg.o \
prop.o \
propform.o \
proplist.o \
sashwin.o \
scrlwing.o \
spinctlg.o \
@@ -933,7 +912,6 @@ GUI_LOWLEVEL_OBJS = \
tipdlg.o \
tipwin.o \
treectlg.o \
treelay.o \
wizard.o \
app.o \
bitmap.o \