Removed cons_create from console.c

This commit is contained in:
James Booth
2013-08-26 17:29:20 +01:00
parent d1b3340ea5
commit 48feac3e77
4 changed files with 2 additions and 13 deletions

View File

@@ -35,8 +35,6 @@
#include "config/theme.h"
#include "ui/window.h"
#define CONS_WIN_TITLE "_cons"
ProfWin*
win_create(const char * const title, int cols, win_type_t type)
{