mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Remove unused func wins_close_current()
This commit is contained in:
parent
8d25e18b9a
commit
fb85cec129
@ -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)
|
||||
{
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user