Remove unnecessary ns_init() function.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@149 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2012-02-10 11:22:14 +00:00
parent 122849f247
commit 87f24694b9
3 changed files with 0 additions and 11 deletions

View File

@@ -1529,7 +1529,6 @@ int main(int argc, char *argv[], char *envp[])
#ifdef WANT_TCL
tcl_interp = Tcl_CreateInterp();
#endif
ns_init();
if (!dumb_mode && term_init(NULL))
_exit(1);