Skip to content

Commit

Permalink
GRAPHICS: Remove BorderQuad::_z
Browse files Browse the repository at this point in the history
It was completely unused; not even initialized.

This fixes Coverity Scan issue #1383491.
  • Loading branch information
DrMcCoy committed Dec 3, 2017
1 parent 108da82 commit 934ae90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/graphics/aurora/borderquad.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class BorderQuad : public Renderable {

float _x;
float _y;
float _z;
float _w;
float _h;
};
Expand Down

0 comments on commit 934ae90

Please sign in to comment.