get rid of unused method

This commit is contained in:
Ebag333
2017-02-24 21:28:23 -08:00
parent df7f0b20f5
commit baec24ef14

View File

@@ -1352,13 +1352,6 @@ class ItemProperties(wx.Panel):
else:
return
def UpdateList(self):
self.Freeze()
self.paramList.ClearAll()
self.PopulateList()
self.Thaw()
self.paramList.resizeLastColumn(1500)
def PopulateList(self):
self.paramList.InsertColumn(0, "Attribute")
self.paramList.InsertColumn(1, "Current Value")