summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wintable/NEWcoord.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/wintable/NEWcoord.h b/wintable/NEWcoord.h
index 6a0fb68..1814e87 100644
--- a/wintable/NEWcoord.h
+++ b/wintable/NEWcoord.h
@@ -13,7 +13,6 @@ static rowcol clientCoordToRowColumn(struct table *t, POINT pt)
}
// same as client coordinates, but stored in a lParam (like the various mouse messages provide)
-// TODO should we use GetMessagePos() instead?
static rowcol lParamToRowColumn(struct table *t, LPARAM lParam)
{
POINT pt;