Remove unnecessary variable proctitlestr.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@462 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2013-11-13 11:43:57 +00:00
parent 3b99834e00
commit 58b5d39fea
4 changed files with 1 additions and 6 deletions

View File

@@ -73,7 +73,6 @@ static int displays = 0;
#define SOCKMODE (S_IWRITE | S_IREAD | (displays ? S_IEXEC : 0))
#ifdef CLOAKED
extern char proctitlestr[140];
extern char **Argv; /* pointer to argument vector */
extern char *LastArgv; /* end of argv */
#endif