From: havoc Date: Wed, 30 Oct 2002 15:23:48 +0000 (+0000) Subject: commented out two unused static const int variables gcc 3.3 noticed X-Git-Tag: RELEASE_0_2_0_RC1~94 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;ds=sidebyside;h=a465ece005a69104697e2d6cdefa42e31e97d6b5;p=xonotic%2Fdarkplaces.git commented out two unused static const int variables gcc 3.3 noticed git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2590 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_particles.c b/cl_particles.c index c858654d..1409edcd 100644 --- a/cl_particles.c +++ b/cl_particles.c @@ -236,9 +236,9 @@ static int particlepalette[256] = // these must match r_part.c's textures static const int tex_smoke[8] = {0, 1, 2, 3, 4, 5, 6, 7}; -static const int tex_rainsplash[16] = {8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23}; +//static const int tex_rainsplash[16] = {8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23}; static const int tex_particle = 24; -static const int tex_rain = 25; +//static const int tex_rain = 25; static const int tex_bubble = 26; static int cl_maxparticles;