get rid of some unused variables.

This commit is contained in:
nethack.allison
2002-03-03 17:15:40 +00:00
parent 7e6f03e6ee
commit 2671ec5ccb

View File

@@ -1072,11 +1072,7 @@ outrip(winid, int)
#define STONE_LINE_LEN 16
void mswin_outrip(winid wid, int how)
{
register char **dp;
register char *dpx;
char buf[BUFSZ];
register int x;
int line;
logDebug("mswin_outrip(%d)\n", wid, how);
if ((wid >= 0) && (wid < MAXWINDOWS) ) {