summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redo/dialog_windows.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/dialog_windows.c b/redo/dialog_windows.c
index 7134497..a34aac3 100644
--- a/redo/dialog_windows.c
+++ b/redo/dialog_windows.c
@@ -42,7 +42,6 @@ WCHAR *openFile(void)
ofn.lpfnHook = openSaveFileHook;
SendMessageW(msgwin, msgBeginModal, 0, 0);
if (GetOpenFileNameW(&ofn) == FALSE) {
- // TODO stringify
err = CommDlgExtendedError();
if (err == 0) // user cancelled
return NULL;