mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-24 19:30:26 +01:00
Remove unused variables in ecc
This commit is contained in:
parent
824986f62d
commit
229a87a620
|
@ -178,7 +178,6 @@ void ReplaceFileRL(const char *strOld, const char *strNew)
|
||||||
// process each charachter
|
// process each charachter
|
||||||
for(int ich=0;ich<ctch;ich++)
|
for(int ich=0;ich<ctch;ich++)
|
||||||
{
|
{
|
||||||
char *pchOld = &strOldBuff[iOldch];
|
|
||||||
char *pchNew = &strNewBuff[ich];
|
char *pchNew = &strNewBuff[ich];
|
||||||
|
|
||||||
if((*pchNew == '{') || (*pchNew == '}') || *pchNew == ';')
|
if((*pchNew == '{') || (*pchNew == '}') || *pchNew == ';')
|
||||||
|
|
|
@ -984,7 +984,6 @@ procedure_implementation
|
||||||
sscanf($3.strString, "%s %s", strInputEventType, strInputEventName);
|
sscanf($3.strString, "%s %s", strInputEventType, strInputEventName);
|
||||||
|
|
||||||
char strStateID[256];
|
char strStateID[256];
|
||||||
const char *strBaseStateID = "-1";
|
|
||||||
if(strcmp(RemoveLineDirective(strProcedureName), "Main")==0){
|
if(strcmp(RemoveLineDirective(strProcedureName), "Main")==0){
|
||||||
strcpy(strStateID, "1");
|
strcpy(strStateID, "1");
|
||||||
if(strncmp(strInputEventType, "EVoid", 4)!=0 && _strCurrentThumbnail[2]!=0) {
|
if(strncmp(strInputEventType, "EVoid", 4)!=0 && _strCurrentThumbnail[2]!=0) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user