removed unused stubs from screen.c
authorArt Cancro <ajc@citadel.org>
Thu, 2 Sep 2010 01:08:21 +0000 (21:08 -0400)
committerArt Cancro <ajc@citadel.org>
Thu, 2 Sep 2010 01:08:21 +0000 (21:08 -0400)
citadel/textclient/screen.c

index dc925c12e3c035664addb2f5e78ecd9a726fabe0..44fa8dfa6037e92b688778bb42b3482e3582b75a 100644 (file)
@@ -48,10 +48,11 @@ void screen_new(void)
  */
 void screen_delete(void)
 {
-       windows_delete();
        screen_reset();
 }
 
+
+
 /*
  * Beep.
  */
@@ -216,19 +217,3 @@ RETSIGTYPE scr_winch(int signum)
        check_screen_dims();
        signal(SIGWINCH, scr_winch);
 }
-
-
-/*
- * Initialize the window(s) we will be using.
- */
-void windows_new(void)
-{
-}
-
-
-/*
- * Deinitialize the window(s) we were using (at exit).
- */
-void windows_delete(void)
-{
-}