diff options
Diffstat (limited to 'src/ui.py')
-rw-r--r-- | src/ui.py | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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() |