summaryrefslogtreecommitdiff
path: root/wintable/draw.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-02-13 16:19:54 -0500
committerPietro Gagliardi <[email protected]>2015-02-13 16:19:54 -0500
commit980e36a0f0eaaab015de74f3b4d8b9a7e806eaf2 (patch)
tree695145ba182dce180b5bd71aeab6f9bf25c042af /wintable/draw.h
parent4b9e2fb8d16fb0bd05ca821f2f4cb6a60cd7e0d3 (diff)
Fixed all real warnings. I need to figure out how to remove -Wparentheses suggestions from qo.
Diffstat (limited to 'wintable/draw.h')
-rw-r--r--wintable/draw.h1
1 files changed, 0 insertions, 1 deletions
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;