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:
parent
544855c5ea
commit
20571f07e2
11 changed files with 15 additions and 154 deletions
|
|
@ -985,7 +985,6 @@ set(GUI_CMN_HDR
|
|||
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
|
||||
|
|
@ -1809,7 +1808,6 @@ set(MSW_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
|
||||
|
|
@ -2365,7 +2363,6 @@ set(UNIV_HDR
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue