summaryrefslogtreecommitdiff
path: root/wintable/checkboxes.h
diff options
context:
space:
mode:
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)