]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove unused cvar
authorSamual <samual@xonotic.org>
Sun, 1 Apr 2012 04:51:20 +0000 (00:51 -0400)
committerSamual <samual@xonotic.org>
Sun, 1 Apr 2012 04:51:20 +0000 (00:51 -0400)
defaultXonotic.cfg
qcsrc/client/autocvars.qh

index ee1049bc42b76615b1faf1622053797c8655118d..31e963a4c7a375c14e179092f01bd5a15da146a6 100644 (file)
@@ -868,7 +868,6 @@ sv_sound_watersplash ""
 seta cl_announcer default "name of the announcer you wish to use from data/sound/announcer"
 seta cl_announcer_antispam 2 "number of seconds before an announcement of the same sound can be played again"
 seta cl_announcer_maptime 3 "play announcer sound telling you the remaining maptime - 0: do not play at all, 1: play at one minute, 2: play at five minutes, 3: play both"
-seta cl_notify_carried_items "3" "notify you of carried items when you obtain them (e.g. flags in CTF) - 0: disabled, 1: notify of taken items, 2: notify of picking up dropped items, 3: notify of both"
 
 // startmap_dm is used when running with the -listen or -dedicated commandline options
 set serverconfig server.cfg
index 43dd0dd1834bd76fea1b760fefca9489d4c75f8a..6129c6f856afd5cee0358b897395c3b11bbebec5 100644 (file)
@@ -54,7 +54,6 @@ float autocvar_cl_gunalign;
 float autocvar_cl_hidewaypoints;
 float autocvar_cl_lockview;
 float autocvar_cl_nogibs;
-float autocvar_cl_notify_carried_items;
 float autocvar_cl_particlegibs;
 float autocvar_cl_particles_oldnexbeam;
 float autocvar_cl_particles_quality;