about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-08-26 17:29:20 +0100
committerJames Booth <boothj5@gmail.com>2013-08-26 17:29:20 +0100
commit48feac3e779b97b14abe260415805c5df21947af (patch)
tree1482d3b11aff8d450f8991fd2a891604b4820ae4 /src/ui/console.c
parentd1b3340ea523f54270b20d92fad6e4bcb9fdce21 (diff)
downloadprofani-tty-48feac3e779b97b14abe260415805c5df21947af.tar.gz
Removed cons_create from console.c
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index b7c833e0..107e190d 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -40,18 +40,9 @@
 #include "xmpp/xmpp.h"
 #include "xmpp/bookmark.h"
 
-#define CONS_WIN_TITLE "_cons"
-
 static void _cons_splash_logo(void);
 void _show_roster_contacts(GSList *list, gboolean show_groups);
 
-ProfWin *
-cons_create(void)
-{
-    int cols = getmaxx(stdscr);
-    return win_create(CONS_WIN_TITLE, cols, WIN_CONSOLE);
-}
-
 void
 cons_show_time(void)
 {