remove unused test parameter added to common lowLevel
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-03-19 15:59:44 -07:00
commit 5f53236c91

View file

@ -39,8 +39,6 @@ struct _MwLLCommon {
int type;
int coordinate_type;
MwBool place_above;
MwLLHandler handler;
};