mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +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;
|
||||
screenbuffer = NULL;
|
||||
tempBuffer = NULL;
|
||||
tl = point();
|
||||
towerbuffer = NULL;
|
||||
towerbuffer_lerp = NULL;
|
||||
footerbuffer = NULL;
|
||||
|
||||
Reference in New Issue
Block a user