mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Remove unused function prototype
This commit is contained in:
parent
721dd050df
commit
8fd9f9e201
@ -260,8 +260,6 @@ void cons_show_scripts(GSList *scripts);
|
|||||||
void cons_show_script(const char *const script, GSList *commands);
|
void cons_show_script(const char *const script, GSList *commands);
|
||||||
void cons_show_aliases(GList *aliases);
|
void cons_show_aliases(GList *aliases);
|
||||||
void cons_show_login_success(ProfAccount *account, gboolean secured);
|
void cons_show_login_success(ProfAccount *account, gboolean secured);
|
||||||
void cons_show_software_version(const char *const jid, const char *const presence, const char *const name,
|
|
||||||
const char *const version, const char *const os);
|
|
||||||
void cons_show_account_list(gchar **accounts);
|
void cons_show_account_list(gchar **accounts);
|
||||||
void cons_show_room_list(GSList *room, const char *const conference_node);
|
void cons_show_room_list(GSList *room, const char *const conference_node);
|
||||||
void cons_show_bookmarks(const GList *list);
|
void cons_show_bookmarks(const GList *list);
|
||||||
|
Loading…
Reference in New Issue
Block a user