Remove unused local

This commit is contained in:
nemerle 2014-05-25 12:33:18 +02:00
parent 36b063c183
commit cde4484821

View File

@ -854,7 +854,6 @@ void readProtoFile(void)
QString szProFName = dcc->dataDir("prototypes").absoluteFilePath(DCCLIBS); /* Full name of dclibs.lst */
FILE *fProto;
char *pPath; /* Point to the environment string */
int i;
if ((fProto = fopen(qPrintable(szProFName), "rb")) == nullptr)