Unused variable cleanup
Change-Id: I2397d0bd221dcf5c9d0f971ba157519bcf014a70
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user