compile with -R
[unix-history] / usr / src / usr.bin / window / wwdata.c
index 7c6ea00..2530878 100644 (file)
@@ -1,21 +1,10 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwdata.c    3.7 83/09/17";
+static char *sccsid = "@(#)wwdata.c    3.10 84/03/23";
 #endif
 
 #include "ww.h"
 #include "tt.h"
 
 #endif
 
 #include "ww.h"
 #include "tt.h"
 
-struct ww wwhead = {
-       &wwhead, &wwhead
-};
-
-struct ww_tty wwnewtty = {
-       { 0, 0, -1, -1, 0 },
-       { -1, -1, -1, -1, -1, -1 },
-       { -1, -1, -1, -1, -1, -1 },
-       0, 0, 0
-};
-
 int tt_h19();
 int tt_f100();
 int tt_generic();
 int tt_h19();
 int tt_f100();
 int tt_generic();
@@ -25,7 +14,6 @@ struct tt_tab tt_tab[] = {
        { "generic",    0, tt_generic },
        0
 };
        { "generic",    0, tt_generic },
        0
 };
-char *tt_strp = tt_strings;
 
 int wwbaudmap[] = {
        0,
 
 int wwbaudmap[] = {
        0,