Get rid of platform-specific wxPanel classes

There is no need to have them as they were identical for all platforms.

This basically reverts 5b87bd6c0b (Split wxPanel in wxPanelBase and
platform-specific files., 2011-03-20) as, 10+ years later, it turns out
that we're not going to have more MSW-specific parts, but none of them.

No real changes.
This commit is contained in:
Vadim Zeitlin 2022-11-12 21:54:35 +01:00
parent 544855c5ea
commit 20571f07e2
11 changed files with 15 additions and 154 deletions

View file

@ -3126,7 +3126,6 @@ COND_TOOLKIT_MSW_GUI_HDR = \
wx/msw/ownerdrw.h \
wx/msw/ownerdrawnbutton.h \
wx/msw/palette.h \
wx/msw/panel.h \
wx/msw/pen.h \
wx/msw/printdlg.h \
wx/msw/printwin.h \
@ -3528,7 +3527,6 @@ COND_USE_GUI_1_WXUNIV_1_GUI_CORE_HEADERS = \
wx/univ/menu.h \
wx/univ/menuitem.h \
wx/univ/notebook.h \
wx/univ/panel.h \
wx/univ/radiobox.h \
wx/univ/radiobut.h \
wx/univ/renderer.h \
@ -3604,7 +3602,6 @@ COND_USE_GUI_1_ALL_GUI_HEADERS = \
wx/generic/msgdlgg.h \
wx/generic/numdlgg.h \
wx/generic/notebook.h \
wx/generic/panelg.h \
wx/generic/prntdlgg.h \
wx/generic/printps.h \
wx/generic/progdlgg.h \