Remove constructor test for no longer existant AuiPanelButton

The helper class was removed in wxWidgets 3.1.4, commit
https://github.com/wxWidgets/wxWidgets/commit/5663157674c31ea0
("Fix link between flags and buttons in wxAuiManager").
This commit is contained in:
Stefan Brüns
2020-09-30 23:35:43 +02:00
parent 0168c425ec
commit 9baba68cff

View File

@@ -98,10 +98,6 @@ class auiframemanager_Tests(wtc.WidgetTestCase):
obj = wx.aui.AuiDockUIPart()
def test_auiframemanager10(self):
obj = wx.aui.AuiPaneButton()
#---------------------------------------------------------------------------
if __name__ == '__main__':