code cleanup. No code changes
- removed unused variables - added line breaks between methods (not everywhere just where i saw it while removing unused variables)
This commit is contained in:
@@ -51,7 +51,6 @@ void SimplePopup::Render()
|
||||
// draws a bounding box around the popup.
|
||||
void SimplePopup::drawBoundingBox( float x, float y, float width, float height )
|
||||
{
|
||||
JRenderer *r = JRenderer::GetInstance();
|
||||
|
||||
//draw the corners
|
||||
string topCornerImageName = "top_corner.png";
|
||||
|
||||
Reference in New Issue
Block a user