summaryrefslogtreecommitdiff
path: root/redo/sizing_windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'redo/sizing_windows.c')
-rw-r--r--redo/sizing_windows.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/redo/sizing_windows.c b/redo/sizing_windows.c
index 2b0357d..5589ddd 100644
--- a/redo/sizing_windows.c
+++ b/redo/sizing_windows.c
@@ -10,12 +10,9 @@ HDC getDC(HWND hwnd)
dc = GetDC(hwnd);
if (dc == NULL)
xpanic("error getting DC for preferred size calculations", GetLastError());
-/* TODO */
/* TODO save for restoring later */
-/*
if (SelectObject(dc, controlFont) == NULL)
xpanic("error loading control font into device context for preferred size calculation", GetLastError());
-*/
return dc;
}