From 6e7e34189889e6fc371b7231411824ed34577807 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 26 Jun 2012 20:17:24 +0200 Subject: Remove "text_out_wrap" global --- src/variable.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/variable.c') diff --git a/src/variable.c b/src/variable.c index 88728216..e4adb21d 100644 --- a/src/variable.c +++ b/src/variable.c @@ -184,13 +184,6 @@ FILE *text_out_file = NULL; void (*text_out_hook)(byte a, cptr str) = text_out_to_screen; -/* - * Hack -- Where to wrap the text when using text_out(). Use the default - * value (for example the screen width) when 'text_out_wrap' is 0. - */ -int text_out_wrap = 0; - - /* * Hack -- Indentation for the text when using text_out(). */ -- cgit v1.2.3