aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2015-08-01 20:27:49 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2015-08-01 20:27:49 +0200
commit833577020791a7c7e631bf4f266e136fb61ea7ca (patch)
tree83943f4b95185f06804055ef0295710f6cf32d4b
parentcce7f1adf2b76c59d8a07f080f23d4b125ed8f15 (diff)
Core/BattleNet: Removed bad line
-rw-r--r--src/server/scripts/Commands/cs_battlenet_account.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/scripts/Commands/cs_battlenet_account.cpp b/src/server/scripts/Commands/cs_battlenet_account.cpp
index 767a75f0b36..9c6098f70d9 100644
--- a/src/server/scripts/Commands/cs_battlenet_account.cpp
+++ b/src/server/scripts/Commands/cs_battlenet_account.cpp
@@ -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, " ");