Suppressed a compiler warning about an empty controlled statement.

Reported by flokkievids, thanks!
This commit is contained in:
2012-04-22 01:23:02 +00:00
parent 4a63eb9321
commit f11926795f

View File

@@ -365,6 +365,8 @@ Smoother::copyVertices ()
}
#if 0 // FIXME
/////////////////////////////////////////
//
// OMISSION SHADER
@@ -429,3 +431,5 @@ Omitter::omit (real sizeWindow, real thrVari, real thrFlat, real lFlat)
}
}
#endif