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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user