Remove cons_show_time
This commit is contained in:
@@ -63,13 +63,6 @@
|
|||||||
static void _cons_splash_logo(void);
|
static void _cons_splash_logo(void);
|
||||||
void _show_roster_contacts(GSList *list, gboolean show_groups);
|
void _show_roster_contacts(GSList *list, gboolean show_groups);
|
||||||
|
|
||||||
void
|
|
||||||
cons_show_time(void)
|
|
||||||
{
|
|
||||||
ProfWin *console = wins_get_console();
|
|
||||||
win_print(console, THEME_DEFAULT, '-', "");
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
cons_show_word(const char *const word)
|
cons_show_word(const char *const word)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -246,7 +246,6 @@ void cons_show_otr_prefs(void);
|
|||||||
void cons_show_pgp_prefs(void);
|
void cons_show_pgp_prefs(void);
|
||||||
void cons_show_account(ProfAccount *account);
|
void cons_show_account(ProfAccount *account);
|
||||||
void cons_debug(const char *const msg, ...);
|
void cons_debug(const char *const msg, ...);
|
||||||
void cons_show_time(void);
|
|
||||||
void cons_show_word(const char *const word);
|
void cons_show_word(const char *const word);
|
||||||
void cons_show_error(const char *const cmd, ...);
|
void cons_show_error(const char *const cmd, ...);
|
||||||
void cons_show_contacts(GSList *list);
|
void cons_show_contacts(GSList *list);
|
||||||
|
|||||||
Reference in New Issue
Block a user