mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
Remove leftover variable in CustomMessageBox
This commit is contained in:
parent
f322792783
commit
58a64e4f5d
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@
|
||||||
class CustomMessageBoxMenuBase : Menu abstract
|
class CustomMessageBoxMenuBase : Menu abstract
|
||||||
{
|
{
|
||||||
BrokenLines mMessage;
|
BrokenLines mMessage;
|
||||||
voidptr Handler;
|
|
||||||
uint messageSelection;
|
uint messageSelection;
|
||||||
int mMouseLeft, mMouseRight, mMouseY;
|
int mMouseLeft, mMouseRight, mMouseY;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue