1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00:00

Remove unused func wins_close_current()

This commit is contained in:
Michael Vetter 2020-04-20 16:16:18 +02:00
parent 8d25e18b9a
commit fb85cec129
2 changed files with 0 additions and 7 deletions

View File

@ -498,12 +498,6 @@ wins_get_current_num(void)
return current;
}
void
wins_close_current(void)
{
wins_close_by_num(current);
}
void
wins_close_by_num(int i)
{

View File

@ -76,7 +76,6 @@ ProfWin* wins_get_previous(void);
ProfWin* wins_get_next_unread(void);
int wins_get_num(ProfWin *window);
int wins_get_current_num(void);
void wins_close_current(void);
void wins_close_by_num(int i);
gboolean wins_is_current(ProfWin *window);
gboolean wins_do_notify_remind(void);