revert some leaks into other code files

This commit is contained in:
IoIxD 2025-12-05 22:48:02 -07:00
commit 71aac9987c
4 changed files with 10 additions and 12 deletions

View file

@ -34,8 +34,6 @@ struct _MwLLCommon {
void* user;
int copy_buffer;
int type;
int success;
int do_redraw;
MwLLHandler handler;
};