mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Remove redundant initialization
This commit is contained in:
parent
8e1fb126d7
commit
c110ffcdaa
17 changed files with 25 additions and 25 deletions
|
@ -194,7 +194,7 @@ void SetUserDirectory(const std::string& custom_path)
|
|||
return;
|
||||
}
|
||||
|
||||
std::string user_path = "";
|
||||
std::string user_path;
|
||||
#ifdef _WIN32
|
||||
// Detect where the User directory is. There are five different cases
|
||||
// (on top of the command line flag, which overrides all this):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue