Core/BattleNet: Removed bad line

This commit is contained in:
Vincent-Michael
2015-08-01 20:27:49 +02:00
parent cce7f1adf2
commit 8335770207

View File

@@ -70,8 +70,6 @@ public:
if (!*args)
return false;
std::string email;
///- %Parse the command line arguments
char* accountName = strtok((char*)args, " ");
char* password = strtok(NULL, " ");