mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user