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:
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