MP/Lobby: removed unused function
This commit is contained in:
parent
3b4afe0c2b
commit
f5affe646a
2 changed files with 0 additions and 8 deletions
|
@ -964,12 +964,6 @@ void mp_lobby::game_filter_keypress_callback(const SDL_Keycode key)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void mp_lobby::player_filter_callback()
|
|
||||||
{
|
|
||||||
player_list_dirty_ = true;
|
|
||||||
// get_window()->invalidate_layout();
|
|
||||||
}
|
|
||||||
|
|
||||||
void mp_lobby::user_dialog_callback(const mp::user_info* info)
|
void mp_lobby::user_dialog_callback(const mp::user_info* info)
|
||||||
{
|
{
|
||||||
delay_playerlist_update_ = true;
|
delay_playerlist_update_ = true;
|
||||||
|
|
|
@ -119,8 +119,6 @@ private:
|
||||||
|
|
||||||
void game_filter_keypress_callback(const SDL_Keycode key);
|
void game_filter_keypress_callback(const SDL_Keycode key);
|
||||||
|
|
||||||
void player_filter_callback();
|
|
||||||
|
|
||||||
void user_dialog_callback(const mp::user_info* info);
|
void user_dialog_callback(const mp::user_info* info);
|
||||||
|
|
||||||
void skip_replay_changed_callback();
|
void skip_replay_changed_callback();
|
||||||
|
|
Loading…
Add table
Reference in a new issue