Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/console/interface/xo/drwarea.py
diff options
context:
space:
mode:
authorEduardo Silva <edsiper@monotop.(none)>2007-06-09 15:01:35 (GMT)
committer Eduardo Silva <edsiper@monotop.(none)>2007-06-09 15:01:35 (GMT)
commit34e8277d153f5873eeba69c4c7cc82e677fcf777 (patch)
tree40f513e50a605f3755690bb7b8501687a7b1d744 /services/console/interface/xo/drwarea.py
parentc9cd87b1425e67e686300fb924874542f1096a52 (diff)
Console: internal changes
Diffstat (limited to 'services/console/interface/xo/drwarea.py')
-rw-r--r--services/console/interface/xo/drwarea.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/services/console/interface/xo/drwarea.py b/services/console/interface/xo/drwarea.py
index 996e686..e896b1f 100644
--- a/services/console/interface/xo/drwarea.py
+++ b/services/console/interface/xo/drwarea.py
@@ -39,9 +39,6 @@ class Drawing_Area_Tools:
self.width = drwarea_size[0]
self.height = drwarea_size[1]
- # print "width %i" % self.width
- # print "height %i" % self.height
-
self.range_x = {'from': self.margin+2, 'to': self.width - (self.margin+2)}
self.range_y = {'from': self.margin+2, 'to': self.height - (self.margin+2)}
@@ -54,4 +51,3 @@ class Drawing_Area_Tools:
self.draw_line(context, self.margin, self.margin, self.margin, self.height - self.margin)
self.draw_line(context, self.margin, self.height - self.margin - 1, self.width - self.margin, self.height - self.margin - 1)
context.stroke()
- \ No newline at end of file