I removed ncurses header dependencies, removed unused code

This commit is contained in:
James Booth
2015-06-15 17:11:11 +01:00
parent a780168566
commit 732533ee5a
8 changed files with 6 additions and 52 deletions

View File

@@ -40,11 +40,6 @@
#include <wchar.h>
#include <glib.h>
#ifdef HAVE_NCURSESW_NCURSES_H
#include <ncursesw/ncurses.h>
#elif HAVE_NCURSES_H
#include <ncurses.h>
#endif
#include "contact.h"
#include "jid.h"