Removed stray TODO.

This commit is contained in:
Pietro Gagliardi 2014-08-25 16:32:30 -04:00
parent 52bb5ee5df
commit 107e66715b
1 changed files with 0 additions and 1 deletions

View File

@ -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;