summaryrefslogtreecommitdiff
path: root/wintable/checkboxes.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/checkboxes.h
parent4b9e2fb8d16fb0bd05ca821f2f4cb6a60cd7e0d3 (diff)
Fixed all real warnings. I need to figure out how to remove -Wparentheses suggestions from qo.
Diffstat (limited to 'wintable/checkboxes.h')
-rw-r--r--wintable/checkboxes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/wintable/checkboxes.h b/wintable/checkboxes.h
index 6e62621..75ad9f4 100644
--- a/wintable/checkboxes.h
+++ b/wintable/checkboxes.h
@@ -131,7 +131,6 @@ static void redrawCheckboxRect(struct table *t, LPARAM lParam)
{
struct rowcol rc;
RECT r;
- POINT pt;
rc = lParamToRowColumn(t, lParam);
if (rc.row == -1 && rc.column == -1)