From d01cb51a57227460ad994172cdad20655bd02314 Mon Sep 17 00:00:00 2001 From: Guillaume Seguin Date: Wed, 5 Sep 2012 15:47:10 +0200 Subject: [PATCH] Remove dead code --- pronterface.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pronterface.py b/pronterface.py index 428814c..b8e8d26 100755 --- a/pronterface.py +++ b/pronterface.py @@ -114,9 +114,6 @@ class PronterWindow(MainWindow, pronsole.pronsole): self.monitor_interval = 3 self.paused = False self.sentlines = Queue.Queue(30) - xcol = (245, 245, 108) - ycol = (180, 180, 255) - zcol = (180, 255, 180) self.cpbuttons = [ [_("Motors off"), ("M84"), None, (250, 250, 250), 0, _("Switch all motors off")], [_("Check temp"), ("M105"), (2, 5), (225, 200, 200), (1, 1), _("Check current hotend temperature")],