Removing leftover dead code

This commit is contained in:
Siana Gearz
2012-12-28 21:07:19 +01:00
parent a969a8f99c
commit 66083d6531

View File

@@ -155,12 +155,6 @@ public:
/*virtual*/ QuadType preDraw()
{
/// CALCULATING LUMINANCE (Using NTSC lum weights)
/// http://en.wikipedia.org/wiki/Luma_%28video%29
static const float LUMINANCE_R = 0.299f;
static const float LUMINANCE_G = 0.587f;
static const float LUMINANCE_B = 0.114f;
getShader().uniform1f("gamma", mGamma);
getShader().uniform1f("brightness", mBrightness);
getShader().uniform1f("contrast", mContrast);