summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/text.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/common/text.c b/src/common/text.c
index 2063174b..65b3a47d 100644
--- a/src/common/text.c
+++ b/src/common/text.c
@@ -257,12 +257,6 @@ scrollback_load (session *sess)
 	GError *file_error = NULL;
 	GError *io_err = NULL;
 
-#ifndef WIN32
-	char *map, *end_map;
-	struct stat statbuf;
-	const char *begin, *eol;
-#endif
-
 	if (sess->text_scrollback == SET_DEFAULT)
 	{
 		if (!prefs.hex_text_replay)