shell32: Remove the now unused SHELL_DeleteFileW.
This commit is contained in:
parent
123592f0c3
commit
9078c6af45
|
@ -174,17 +174,6 @@ BOOL SHELL_DeleteDirectoryW(LPCWSTR pszDir, BOOL bShowUI)
|
|||
return ret;
|
||||
}
|
||||
|
||||
/**************************************************************************
|
||||
* SHELL_DeleteFileW() [internal]
|
||||
*/
|
||||
BOOL SHELL_DeleteFileW(LPCWSTR pszFile, BOOL bShowUI)
|
||||
{
|
||||
if (bShowUI && !SHELL_ConfirmDialogW(ASK_DELETE_FILE, pszFile))
|
||||
return FALSE;
|
||||
|
||||
return (SHNotifyDeleteFileW(pszFile) == ERROR_SUCCESS);
|
||||
}
|
||||
|
||||
/**************************************************************************
|
||||
* Win32CreateDirectory [SHELL32.93]
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue