mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Remove cons_show_word
This commit is contained in:
parent
2032978ff6
commit
721dd050df
@ -63,13 +63,6 @@
|
||||
static void _cons_splash_logo(void);
|
||||
void _show_roster_contacts(GSList *list, gboolean show_groups);
|
||||
|
||||
void
|
||||
cons_show_word(const char *const word)
|
||||
{
|
||||
ProfWin *console = wins_get_console();
|
||||
win_append(console, THEME_DEFAULT, "%s", word);
|
||||
}
|
||||
|
||||
void
|
||||
cons_debug(const char *const msg, ...)
|
||||
{
|
||||
|
@ -246,7 +246,6 @@ void cons_show_otr_prefs(void);
|
||||
void cons_show_pgp_prefs(void);
|
||||
void cons_show_account(ProfAccount *account);
|
||||
void cons_debug(const char *const msg, ...);
|
||||
void cons_show_word(const char *const word);
|
||||
void cons_show_error(const char *const cmd, ...);
|
||||
void cons_show_contacts(GSList *list);
|
||||
void cons_show_roster(GSList *list);
|
||||
|
Loading…
Reference in New Issue
Block a user