removing redundant vector

This commit is contained in:
Thomas Baumhauer 2009-01-06 10:15:29 +00:00
parent bbc4f6b9c2
commit 0b3a73bdd6

View File

@ -179,11 +179,6 @@ static server_type open_connection(game_display& disp, const std::string& origin
bool first_time = true;
config* error = NULL;
std::vector<std::string> opts;
opts.push_back(_("Log in with password"));
opts.push_back(_("Request password reminder for this username"));
opts.push_back(_("Choose a different username"));
do {
if(error != NULL) {
gui::dialog(disp,"",(*error)["message"],gui::OK_ONLY).show();