summaryrefslogtreecommitdiff
path: root/src/client/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/screen.c')
-rw-r--r--src/client/screen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/screen.c b/src/client/screen.c
index 02fcffc..ae34372 100644
--- a/src/client/screen.c
+++ b/src/client/screen.c
@@ -1471,7 +1471,6 @@ static void draw_layout_string(const char *s)
x = 0;
y = 0;
- width = 3;
while (s) {
token = COM_Parse(&s);