summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textscreen/txt_gui.c1
1 files changed, 0 insertions, 1 deletions
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)