From 2cc2b6535884e412f615feef2690c12123d7c172 Mon Sep 17 00:00:00 2001 From: Sasha Szpakowski Date: Sat, 8 Feb 2025 16:46:37 -0400 Subject: [PATCH] Fix typo --- src/modules/event/wrap_Event.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/event/wrap_Event.cpp b/src/modules/event/wrap_Event.cpp index b165e3d2c..c7ed46866 100644 --- a/src/modules/event/wrap_Event.cpp +++ b/src/modules/event/wrap_Event.cpp @@ -207,7 +207,6 @@ int w__setDefaultModalDrawCallback(lua_State *L) Reference *r = new Reference(L); lua_pop(L, 1); - Event::ModalDrawData data = {}; data.draw = drawCallback; data.cleanup = cleanupCallback; data.context = r;