last few day's work
[unix-history] / usr / src / usr.bin / window / cmd1.c
index a23ea5c..b74f4e5 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)cmd1.c      2.1.1.1 83/08/09";
+static char *sccsid = "@(#)cmd1.c      3.1 83/08/11";
 #endif
 
 #include "defs.h"
 #endif
 
 #include "defs.h"
@@ -157,10 +157,6 @@ int id, nrow, ncol, row, col;
        w->ww_hasframe = 1;
        wwadd(w, (selwin ? selwin : wwhead.ww_back));
        setselwin(w);
        w->ww_hasframe = 1;
        wwadd(w, (selwin ? selwin : wwhead.ww_back));
        setselwin(w);
-       /*
-       wwupdate();
-       wwflush();
-       */
        switch (wwfork(w)) {
        case -1:
                c_close(w);
        switch (wwfork(w)) {
        case -1:
                c_close(w);