Remove old init

This commit is contained in:
Ebag333
2017-02-10 07:19:33 -08:00
parent f610f525ba
commit cdabd83afe
7 changed files with 0 additions and 7 deletions

View File

@@ -43,7 +43,6 @@ class DummyEntry(object):
class CommandViewDrop(wx.PyDropTarget):
def __init__(self, dropFn, *args, **kwargs):
super(CommandViewDrop, self).__init__(*args, **kwargs)
wx.PyDropTarget.__init__(self)
self.dropFn = dropFn
# this is really transferring an EVE itemID
self.dropData = wx.PyTextDataObject()