summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/guic-x11.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/guic-x11.cc')
-rw-r--r--crawl-ref/source/guic-x11.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/guic-x11.cc b/crawl-ref/source/guic-x11.cc
index 54027f0353..402b8680d8 100644
--- a/crawl-ref/source/guic-x11.cc
+++ b/crawl-ref/source/guic-x11.cc
@@ -326,8 +326,6 @@ void MapRegionClass::draw_data(unsigned char *buf)
if (!flag)
return;
- const int marker_length = 2;
-
for (int yy = 0; yy < dy * marker_length; yy++)
XPutPixel(backbuf, px*dx+dx/2 + x_margin, yy, map_pix[MAP_BLACK]);