From 1715116ef17946f1c77fb2da220384e7889f1329 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 20 Jul 2009 22:27:59 +0000 Subject: Remove redundant variable assignment (thanks Quasar/Yagisan) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1630 --- textscreen/txt_gui.c | 1 - 1 file changed, 1 deletion(-) diff --git a/textscreen/txt_gui.c b/textscreen/txt_gui.c index e7f0472e..276176ec 100644 --- a/textscreen/txt_gui.c +++ b/textscreen/txt_gui.c @@ -234,7 +234,6 @@ void TXT_DrawString(char *s) if (VALID_Y(y)) { - p = s; x1 = x; for (p = s; *p != '\0'; ++p) -- cgit v1.2.3