diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-10 17:19:55 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-10 17:20:05 +0100 |
commit | 9c70eee4cafa267e3aeefc886c08911aba9904df (patch) | |
tree | d17a6dedba8841154cbadf0e568ff206e02d4a6f /src/common/text.c | |
parent | f53eadbcabcc131684f28488d4d1951a7e91c0d8 (diff) |
Eliminate some unused stuff
Diffstat (limited to 'src/common/text.c')
-rw-r--r-- | src/common/text.c | 6 |
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) |