Browse code

Remove pointless move_to.

From: Marius Gedminas <marius@gedmin.as>

Jose.R.Fonseca authored on 13/07/2008 03:19:56
Showing 1 changed files

  • xdot.py index 837f755..204b784 100755
... ...
@@ -140,8 +140,6 @@ class TextShape(Shape):
140 140
 
141 141
         descent = 2 # XXX get descender from font metrics
142 142
 
143
-        cr.move_to(self.x - self.w/2, self.y)
144
-
145 143
         if self.j == self.LEFT:
146 144
             x = self.x
147 145
         elif self.j == self.CENTER: