Remove duplicate ERR_PRINT macro.
This commit is contained in:
@ -3363,7 +3363,7 @@ Error OS_Windows::move_to_trash(const String &p_path) {
|
||||
delete[] from;
|
||||
|
||||
if (ret) {
|
||||
ERR_PRINTS("SHFileOperation error: " + itos(ret));
|
||||
ERR_PRINT("SHFileOperation error: " + itos(ret));
|
||||
return FAILED;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user