summaryrefslogtreecommitdiff
path: root/src/variable.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-26 20:17:24 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-26 20:17:24 +0200
commit6e7e34189889e6fc371b7231411824ed34577807 (patch)
tree31b9b2f636584914a07cdf48577c920409e05cfd /src/variable.c
parent2b9664ae8b76dadaace0bd55f6d7b6dbe1367255 (diff)
Remove "text_out_wrap" global
Diffstat (limited to 'src/variable.c')
-rw-r--r--src/variable.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/variable.c b/src/variable.c
index 88728216..e4adb21d 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -185,13 +185,6 @@ 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().
*/
int text_out_indent = 0;