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;