Removed SetLanguage (back to $LANGUAGE)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@778 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-08-28 16:59:20 +00:00
parent 806f0afb91
commit 79df7a5bf4
4 changed files with 0 additions and 9 deletions

View file

@ -3401,11 +3401,6 @@ int CEXEBuild::doCommand(int which_token, LineParser &line, FILE *fp, const char
}
SCRIPT_MSG("\n");
return add_entry(&ent);
case TOK_SETLANG:
ent.which=EW_SETLANG;
ent.offsets[0]=add_string(line.gettoken_str(1));
SCRIPT_MSG("SetLanguage: language=%s\n", line.gettoken_str(1));
return add_entry(&ent);
// end of instructions
///////////////////////////////////////////////////////////////////////////////