From 5f53236c91e2abc2046845c2489bb29b2567a2a6 Mon Sep 17 00:00:00 2001 From: IoI_xD Date: Thu, 19 Mar 2026 15:59:44 -0700 Subject: [PATCH] remove unused test parameter added to common lowLevel --- include/Mw/LowLevel.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/Mw/LowLevel.h b/include/Mw/LowLevel.h index b7e21af..30d7f31 100644 --- a/include/Mw/LowLevel.h +++ b/include/Mw/LowLevel.h @@ -39,8 +39,6 @@ struct _MwLLCommon { int type; int coordinate_type; - MwBool place_above; - MwLLHandler handler; };