diff options
| author | Pietro Gagliardi <[email protected]> | 2015-02-13 16:19:54 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-02-13 16:19:54 -0500 |
| commit | 980e36a0f0eaaab015de74f3b4d8b9a7e806eaf2 (patch) | |
| tree | 695145ba182dce180b5bd71aeab6f9bf25c042af /wintable/checkboxes.h | |
| parent | 4b9e2fb8d16fb0bd05ca821f2f4cb6a60cd7e0d3 (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.h | 1 |
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) |
