Remove unused variables/functions
This commit is contained in:
@@ -691,9 +691,7 @@ static void RDoSQLQ(void) {
|
||||
|
||||
static void RDoTriangle(void) {
|
||||
int32 V;
|
||||
int32 tcout, cout;
|
||||
|
||||
tcout = (tristep & 0xF);
|
||||
int32 tcout = (tristep & 0xF);
|
||||
if (!(tristep & 0x10)) tcout ^= 0xF;
|
||||
tcout = (tcout * 3) << 16; /* (tcout<<1); */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user