mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-09 02:19:45 +01:00
Remove unused attribute Graphics::tl
For some reason, this `tl` is a `point`? But the only other time the name `tl` is used elsewhere in the code is a float on a `textboxclass`. Regardless, this is unused.
This commit is contained in:
parent
06103cc4ca
commit
25ae117f6a
2 changed files with 0 additions and 2 deletions
|
@ -117,7 +117,6 @@ void Graphics::init()
|
||||||
menubuffer = NULL;
|
menubuffer = NULL;
|
||||||
screenbuffer = NULL;
|
screenbuffer = NULL;
|
||||||
tempBuffer = NULL;
|
tempBuffer = NULL;
|
||||||
tl = point();
|
|
||||||
towerbuffer = NULL;
|
towerbuffer = NULL;
|
||||||
towerbuffer_lerp = NULL;
|
towerbuffer_lerp = NULL;
|
||||||
footerbuffer = NULL;
|
footerbuffer = NULL;
|
||||||
|
|
|
@ -221,7 +221,6 @@ public:
|
||||||
bool flipmode;
|
bool flipmode;
|
||||||
bool setflipmode;
|
bool setflipmode;
|
||||||
bool notextoutline;
|
bool notextoutline;
|
||||||
point tl;
|
|
||||||
//buffer objects. //TODO refactor buffer objects
|
//buffer objects. //TODO refactor buffer objects
|
||||||
SDL_Surface* backBuffer;
|
SDL_Surface* backBuffer;
|
||||||
Screen* screenbuffer;
|
Screen* screenbuffer;
|
||||||
|
|
Loading…
Reference in a new issue