From 980e36a0f0eaaab015de74f3b4d8b9a7e806eaf2 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 13 Feb 2015 16:19:54 -0500 Subject: Fixed all real warnings. I need to figure out how to remove -Wparentheses suggestions from qo. --- wintable/draw.h | 1 - 1 file changed, 1 deletion(-) (limited to 'wintable/draw.h') diff --git a/wintable/draw.h b/wintable/draw.h index 98c1402..1b861db 100644 --- a/wintable/draw.h +++ b/wintable/draw.h @@ -140,7 +140,6 @@ static void drawCell(struct table *t, HDC dc, struct drawCellParams *p) static void draw(struct table *t, HDC dc, RECT cliprect, RECT client) { intptr_t i, j; - int x = 0; HFONT prevfont, newfont; struct drawCellParams p; -- cgit v1.2.3