summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-11-20 21:41:33 +0100
committerTreeki <treeki@gmail.com>2011-11-20 21:41:33 +0100
commite6efa1b751316ed5c2fbb6ad8c5360d7cf7d576d (patch)
tree1229c40a8ff938820e44281cea17404fdab2e29f
parent374bb8b491c3837c7dec87f36e47a8229ba69a1d (diff)
downloadkoopatlas-e6efa1b751316ed5c2fbb6ad8c5360d7cf7d576d.tar.gz
koopatlas-e6efa1b751316ed5c2fbb6ad8c5360d7cf7d576d.zip
removed some debug crap
-rw-r--r--src/editorui.py1
-rw-r--r--src/ui.py5
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
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()