0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2025-04-21 02:11:06 +00:00

Remove leftover variable in CustomMessageBox

This commit is contained in:
Ricardo Luís Vaz Silva 2022-11-24 00:09:40 -03:00 committed by Christoph Oelckers
parent f322792783
commit 58a64e4f5d

View file

@ -35,7 +35,6 @@
class CustomMessageBoxMenuBase : Menu abstract
{
BrokenLines mMessage;
voidptr Handler;
uint messageSelection;
int mMouseLeft, mMouseRight, mMouseY;