]> code.citadel.org Git - citadel.git/blobdiff - citadel/textclient/screen.c
Removed more vestiges of curses mode
[citadel.git] / citadel / textclient / screen.c
index dfc38a4ab943fb12c386aaa26f93f70633a3db84..6b4243d8dc155298d1504b281bf976f3a2a8391e 100644 (file)
@@ -118,15 +118,6 @@ int scr_putc(int c)
 }
 
 
-/*
- * scr_color() sets the window color for mainwindow
- */
-int scr_color(int colornum)
-{
-       return 0;
-}
-
-
 void scr_flush(void)
 {
        fflush(stdout);