diff options
-rw-r--r-- | lib/renderers/curses/curses.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/renderers/curses/curses.c b/lib/renderers/curses/curses.c index 3eae4e7..79a2a7c 100644 --- a/lib/renderers/curses/curses.c +++ b/lib/renderers/curses/curses.c @@ -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; |