diff options
-rw-r--r-- | src/editorui.py | 1 | ||||
-rw-r--r-- | src/ui.py | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/editorui.py b/src/editorui.py index 58b0456..3b0f0d9 100644 --- a/src/editorui.py +++ b/src/editorui.py @@ -408,7 +408,6 @@ class KPEditorDoodad(KPEditorItem): obj.size[axisIndex] = newSize - print obj.position return True @@ -34,13 +34,8 @@ class KPLayerList(QtGui.QWidget): self.actRemove = tb.addAction(QtGui.QIcon(), 'Remove', self.removeLayer) self.actMoveUp = tb.addAction(QtGui.QIcon(), 'Move Up', self.moveUp) self.actMoveDown = tb.addAction(QtGui.QIcon(), 'Move Down', self.moveDown) - self.actBullshit = tb.addAction(QtGui.QIcon(), 'BULLSHIT', self.bullshit) - def bullshit(self): - import editorui - editorui.BULLSHIT() - def setButtonStates(self): index = self.selectedLayerIndex() |