Remove some unused vars to avoid warnings

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3445 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2009-12-19 01:47:46 +00:00
parent 116245bbf6
commit e2fa625bd4
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -276,7 +276,6 @@ void
DrawPlanet (int tintY, Color tintColor) DrawPlanet (int tintY, Color tintColor)
{ {
STAMP s; STAMP s;
UBYTE a = 128;
PLANET_ORBIT *Orbit = &pSolarSysState->Orbit; PLANET_ORBIT *Orbit = &pSolarSysState->Orbit;
s.origin.x = 0; s.origin.x = 0;
-1
View File
@@ -978,7 +978,6 @@ ScanPlanet (COUNT scanType)
#define SCAN_LINES (MAP_HEIGHT + NUM_FLASH_COLORS + 1) #define SCAN_LINES (MAP_HEIGHT + NUM_FLASH_COLORS + 1)
#define SCAN_LINE_WAIT (SCAN_DURATION / SCAN_LINES) #define SCAN_LINE_WAIT (SCAN_DURATION / SCAN_LINES)
PLANET_ORBIT *Orbit = &pSolarSysState->Orbit;
COUNT startScan, endScan; COUNT startScan, endScan;
COUNT scan; COUNT scan;
RECT r; RECT r;