Remove incorrect super call in EditorTab.dealloc

This commit is contained in:
David Vierra 2016-02-01 02:35:58 -10:00
parent 0d46eed895
commit d3aa593a58

View File

@ -1323,8 +1323,6 @@ class EditorTab(QtGui.QWidget):
for view in self.views:
view.dealloc()
super(EditorTab, self).dealloc(*a, **kw)
def setDayTime(self, value):
if self.editorSession.textureAtlas:
self.editorSession.textureAtlas.dayTime = value