about summary refs log tree commit diff stats
path: root/src/ui/ui.h
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/ui.h
parentd1b3340ea523f54270b20d92fad6e4bcb9fdce21 (diff)
downloadprofani-tty-48feac3e779b97b14abe260415805c5df21947af.tar.gz
Removed cons_create from console.c
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 54adbc13..eec4aac5 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -144,7 +144,6 @@ void title_bar_set_typing(gboolean is_typing);
 void title_bar_draw(void);
 
 // console window actions
-ProfWin* cons_create(void);
 void cons_show(const char * const msg, ...);
 void cons_about(void);
 void cons_help(void);