Skip to content

Commit

Permalink
prefs friendlist fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Feb 17, 2016
1 parent bf4e2a4 commit 6beda32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/gui/dialogs/preferences_dialog.cpp
Expand Up @@ -362,7 +362,7 @@ void tpreferences::add_friend_list_entry(const bool is_friend,
}

void tpreferences::edit_friend_list_entry(tlistbox& friends,
ttext_box& textbox, twindow&)
ttext_box& textbox)
{
int sel = friends.get_selected_row();
if(sel < 0) {
Expand Down
3 changes: 1 addition & 2 deletions src/gui/dialogs/preferences_dialog.hpp
Expand Up @@ -64,8 +64,7 @@ class tpreferences : public tdialog
void add_friend_list_entry(const bool is_friend,
ttext_box& textbox, twindow& window);

void edit_friend_list_entry(tlistbox& friends,
ttext_box& textbox, twindow& window);
void edit_friend_list_entry(tlistbox& friends, ttext_box& textbox);

void remove_friend_list_entry(tlistbox& friends_list,
ttext_box& textbox, twindow& window);
Expand Down

0 comments on commit 6beda32

Please sign in to comment.