shithub: choc

Download patch

ref: 1715116ef17946f1c77fb2da220384e7889f1329
parent: f1596273a3e991448ca7e04415a74f916b2c9810
author: Simon Howard <[email protected]>
date: Mon Jul 20 18:27:59 EDT 2009

Remove redundant variable assignment (thanks Quasar/Yagisan)

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1630

--- a/textscreen/txt_gui.c
+++ b/textscreen/txt_gui.c
@@ -234,7 +234,6 @@
 
     if (VALID_Y(y))
     {
-        p = s;
         x1 = x;
 
         for (p = s; *p != '\0'; ++p)