No longer true.

This commit is contained in:
Jari Vetoniemi 2014-10-22 23:33:06 +03:00
parent f26981a144
commit fa9c421b77

View File

@ -26,9 +26,6 @@ static const char *TTY = "CON";
static const char *TTY = "/dev/tty";
#endif
/**
* Dynamically loaded curses API.
*/
static struct curses {
WINDOW *stdscr;
struct sigaction abrt_action;