something else wrong
[unix-history] / usr / src / games / sail / misc.c
index cfeaed6..325592c 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)misc.c      1.3 83/10/10";
+static char *sccsid = "@(#)misc.c      2.1 83/10/31";
 #endif
 #include "externs.h"
 
 #endif
 #include "externs.h"
 
@@ -130,17 +130,6 @@ int quick;                 /* returns true if fromship is */
        return ang < 5;
 }
 
        return ang < 5;
 }
 
-rmend(str)
-char *str;
-{
-       register char *p;
-
-       for (p = str; *p; p++)
-               ;
-       if (p != str)
-               *--p = 0;
-}
-
 colours(sp)
 register struct ship *sp;
 {
 colours(sp)
 register struct ship *sp;
 {