Removed stray TODO.
This commit is contained in:
parent
52bb5ee5df
commit
107e66715b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue