X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/800bd336319f8dfb32b16704997156ec7c182315..75d9e502238df95fa53c0030b1fac0d4f43e4025:/wxPython/demo/ComboCtrl.py diff --git a/wxPython/demo/ComboCtrl.py b/wxPython/demo/ComboCtrl.py index 81b89c022c..d12ff37dc5 100644 --- a/wxPython/demo/ComboCtrl.py +++ b/wxPython/demo/ComboCtrl.py @@ -423,7 +423,6 @@ class TestPanel(wx.Panel): fgs.Add(cc) fgs.Add((10,10)) fgs.Add(wx.StaticText(self, -1, "Custom popup action, and custom button bitmap")) - box = wx.BoxSizer() box.Add(fgs, 1, wx.EXPAND|wx.ALL, 20)