mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 22:11:15 +00:00
removing redundant vector
This commit is contained in:
parent
bbc4f6b9c2
commit
0b3a73bdd6
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user