aboutsummaryrefslogtreecommitdiff
path: root/graphics/VectorRenderer.h
diff options
context:
space:
mode:
authorEugene Sandulenko2011-12-09 13:01:03 +0000
committerEugene Sandulenko2011-12-10 11:51:10 +0000
commit1dbc41d411fbd99b3d363710b2060708d3e097db (patch)
tree760a97781dd54feab26c4f93ba3f481f59c803e4 /graphics/VectorRenderer.h
parent04d1c1d54bfc1640208b69524a115a0fb4b608e5 (diff)
downloadscummvm-rg350-1dbc41d411fbd99b3d363710b2060708d3e097db.tar.gz
scummvm-rg350-1dbc41d411fbd99b3d363710b2060708d3e097db.tar.bz2
scummvm-rg350-1dbc41d411fbd99b3d363710b2060708d3e097db.zip
GUI: Move _gradientBytes to VectorRendererSpec
Diffstat (limited to 'graphics/VectorRenderer.h')
-rw-r--r--graphics/VectorRenderer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/VectorRenderer.h b/graphics/VectorRenderer.h
index 87706a36f5..e98f4aa761 100644
--- a/graphics/VectorRenderer.h
+++ b/graphics/VectorRenderer.h
@@ -493,7 +493,6 @@ protected:
uint32 _dynamicData; /**< Dynamic data from the GUI Theme that modifies the drawing of the current shape */
int _gradientFactor; /**< Multiplication factor of the active gradient */
- int _gradientBytes[3]; /**< Color bytes of the active gradient, used to speed up calculation */
};
} // End of namespace Graphics