summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-10 17:19:55 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-10 17:20:05 +0100
commit9c70eee4cafa267e3aeefc886c08911aba9904df (patch)
treed17a6dedba8841154cbadf0e568ff206e02d4a6f /src/common
parentf53eadbcabcc131684f28488d4d1951a7e91c0d8 (diff)
Eliminate some unused stuff
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)