Remove redundant initialization

This commit is contained in:
Filip Gawin 2019-03-02 19:42:25 +01:00
parent 8e1fb126d7
commit c110ffcdaa
17 changed files with 25 additions and 25 deletions

View file

@ -92,8 +92,8 @@ static bool s_bSaveConfig = false, s_bNetPlay = false;
static bool s_bClearSave = false;
static bool s_bDiscChange = false;
static bool s_bReset = false;
static std::string s_author = "";
static std::string s_discChange = "";
static std::string s_author;
static std::string s_discChange;
static std::array<u8, 16> s_MD5;
static u8 s_bongos, s_memcards;
static std::array<u8, 20> s_revision;