mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 02:26:21 +00:00
Remove unused func wins_close_current()
This commit is contained in:
@@ -498,12 +498,6 @@ wins_get_current_num(void)
|
|||||||
return current;
|
return current;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
wins_close_current(void)
|
|
||||||
{
|
|
||||||
wins_close_by_num(current);
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
wins_close_by_num(int i)
|
wins_close_by_num(int i)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -76,7 +76,6 @@ ProfWin* wins_get_previous(void);
|
|||||||
ProfWin* wins_get_next_unread(void);
|
ProfWin* wins_get_next_unread(void);
|
||||||
int wins_get_num(ProfWin *window);
|
int wins_get_num(ProfWin *window);
|
||||||
int wins_get_current_num(void);
|
int wins_get_current_num(void);
|
||||||
void wins_close_current(void);
|
|
||||||
void wins_close_by_num(int i);
|
void wins_close_by_num(int i);
|
||||||
gboolean wins_is_current(ProfWin *window);
|
gboolean wins_is_current(ProfWin *window);
|
||||||
gboolean wins_do_notify_remind(void);
|
gboolean wins_do_notify_remind(void);
|
||||||
|
|||||||
Reference in New Issue
Block a user