Kill an unused variable in term_init().

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@287 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Tim Cava
2013-07-15 03:17:49 +00:00
parent 84a87ca7ec
commit 3b509dfa52

View File

@@ -875,8 +875,6 @@ int term_init (char *term)
}
else
{
char *tmp = termcap2;
cval = Tgetstr(tcaps[i], tmp);
if (cval == (char *) -1)
*(char **)tcaps[i].ptr = NULL;