about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-01 19:29:59 +0000
committerJames Booth <boothj5@gmail.com>2015-11-01 19:29:59 +0000
commit9eae20298fe6bfa67fb8b9eae26fce727d582480 (patch)
tree701b0e7e14a2777a9801b2154ffb408517e840f0 /src/ui/core.c
parent486d2e049584c9626ecf26f722cb5101ec9a250a (diff)
downloadprofani-tty-9eae20298fe6bfa67fb8b9eae26fce727d582480.tar.gz
Removed ui_create_xmlconsole_win()
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 340d54d5..50a8f148 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -223,13 +223,6 @@ ui_load_colours(void)
 }
 
 void
-ui_create_xmlconsole_win(void)
-{
-    ProfWin *window = wins_new_xmlconsole();
-    ui_switch_win(window);
-}
-
-void
 ui_open_xmlconsole_win(void)
 {
     ProfXMLWin *xmlwin = wins_get_xmlconsole();