- remove some unused local strings

This commit is contained in:
Adam Olsen 2001-09-23 00:16:29 +00:00
parent fe8bce0861
commit 7c85b22fb1
3 changed files with 0 additions and 5 deletions

View File

@ -704,7 +704,6 @@ void() TeamFortress_ReloadCurrentWeapon =
void() TeamFortress_DropItems = void() TeamFortress_DropItems =
{ {
local entity tg; local entity tg;
local string temp;
tg = find (world, classname, "item_tfgoal"); tg = find (world, classname, "item_tfgoal");
while (tg) while (tg)

View File

@ -176,7 +176,6 @@ void() Menu_Army1 =
void() Menu_Army2 = void() Menu_Army2 =
{ {
local string st; local string st;
local string st_range;
st = ""; st = "";

View File

@ -564,7 +564,6 @@ void() DecodeLevelParms =
autoteam_time = 30; autoteam_time = 30;
// check all serverinfo settings, to set the appropriate toggleflags // check all serverinfo settings, to set the appropriate toggleflags
local string st;
// AUTOTEAM // AUTOTEAM
st = infokey(world, "a"); st = infokey(world, "a");
@ -1295,7 +1294,6 @@ void() changelevel_touch =
{ {
local entity pos; local entity pos;
local float ne; local float ne;
local string st;
if (other.classname != "player") if (other.classname != "player")
return; return;
@ -2245,7 +2243,6 @@ float already_cycled;
void() NextLevel = void() NextLevel =
{ {
local entity o; local entity o;
local string st;
if (already_cycled) if (already_cycled)
return; return;