Unused variable cleanup

Change-Id: I2397d0bd221dcf5c9d0f971ba157519bcf014a70
This commit is contained in:
Matt Mower
2017-01-06 14:30:33 -06:00
committed by Dees Troy
parent 029a82db6c
commit 23d8aaef29
12 changed files with 18 additions and 55 deletions
-3
View File
@@ -114,9 +114,6 @@ int GUIText::Render(void)
mVarChanged = 0;
int x = mRenderX, y = mRenderY;
int width = gr_ttf_measureEx(mLastValue.c_str(), fontResource);
if (isHighlighted)
gr_color(mHighlightColor.red, mHighlightColor.green, mHighlightColor.blue, mHighlightColor.alpha);
else