summaryrefslogtreecommitdiff
path: root/redo/control_darwin.m
diff options
context:
space:
mode:
Diffstat (limited to 'redo/control_darwin.m')
-rw-r--r--redo/control_darwin.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/control_darwin.m b/redo/control_darwin.m
index 8765e4c..ce1eca7 100644
--- a/redo/control_darwin.m
+++ b/redo/control_darwin.m
@@ -28,7 +28,7 @@ void setSmallControlFont(id control)
[toNSControl(control) setFont:[NSFont systemFontOfSize:[NSFont systemFontSizeForControlSize:NSSmallControlSize]]];
}
-// also good for NSTableView (TODO might not do what we want) and NSProgressIndicator
+// also good for NSProgressIndicator
struct xsize controlPreferredSize(id control)
{
NSControl *c;