Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boardwidget.py
diff options
context:
space:
mode:
Diffstat (limited to 'boardwidget.py')
-rw-r--r--boardwidget.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/boardwidget.py b/boardwidget.py
index a41b9c9..5c08532 100644
--- a/boardwidget.py
+++ b/boardwidget.py
@@ -243,12 +243,6 @@ class GoBoardWidget(gtk.Widget):
y = y + 1
ctx = self.window.cairo_create()
ct = gtk.gdk.CairoContext(ctx)
- #######################################################################################################
- #if color == 'B':
- # ct.set_source_pixbuf(self.ScaledBlackPixbuf, self.unit*x - self.unit/2, self.unit*y - self.unit/2 )
- #else:
- # ct.set_source_pixbuf(self.ScaledWhitePixbuf, self.unit*x - self.unit/2, self.unit*y - self.unit/2 )
- #######################################################################################################
# draw stone for when the icons of the editor are ready