Remove unused ItemFlags

Detonator and Remote Detonator are specified by AttachmentClass
No items in items.xml actually even contained these flags.
This commit is contained in:
Asdow
2025-01-27 18:30:11 +02:00
parent ebd2e25e0f
commit 222daead0e
6 changed files with 11 additions and 29 deletions
-2
View File
@@ -204,8 +204,6 @@ BOOLEAN ItemIsFlare(UINT16 usItem);
BOOLEAN ItemIsGrenadeLauncher(UINT16 usItem);
BOOLEAN ItemIsMortar(UINT16 usItem);
BOOLEAN ItemIsDuckbill(UINT16 usItem);
BOOLEAN ItemIsDetonator(UINT16 usItem);
BOOLEAN ItemIsRemoteDetonator(UINT16 usItem);
BOOLEAN ItemHasHiddenMuzzleFlash(UINT16 usItem);
BOOLEAN ItemIsRocketLauncher(UINT16 usItem);
BOOLEAN ItemIsSingleShotRocketLauncher(UINT16 usItem);