mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
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;
|
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]
|
* Win32CreateDirectory [SHELL32.93]
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user