summaryrefslogtreecommitdiff
path: root/src/ui.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.py')
-rw-r--r--src/ui.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui.py b/src/ui.py
index af5dbda..e96b062 100644
--- a/src/ui.py
+++ b/src/ui.py
@@ -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()