From 63ba5f8a58bd26f42712ca61d7d18a1858083443 Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Mon, 21 Nov 2011 04:37:17 -0600 Subject: Made paths and nodes much cooler --- src/ui.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/ui.py') diff --git a/src/ui.py b/src/ui.py index 0eaddc0..2ba49ba 100644 --- a/src/ui.py +++ b/src/ui.py @@ -140,10 +140,6 @@ class KPDoodadSelector(QtGui.QWidget): self.doodadList.currentItemChanged.connect(self.handleRowChanged) - # TODO: REMOVE THIS!!! - pm = QtGui.QPixmap() - pm.load('/home/me/Dropbox/NEWERsmbw/BildOlPipeThingy2x.png') - self.addDoodad(pm, 'Test Doodad') def keyPressEvent(self, event): -- cgit v1.2.3