remove unused objtype_t constants.

This commit is contained in:
Enno Rehling 2021-05-08 18:21:14 +02:00
parent c68a356202
commit 9b3f5e7a55
1 changed files with 0 additions and 4 deletions

View File

@ -9,10 +9,6 @@ extern "C" {
TYP_REGION,
TYP_BUILDING,
TYP_SHIP,
TYP_FACTION,
TYP_ACTION,
TYP_TRIGGER,
TYP_TIMEOUT
} objtype_t;
#ifdef __cplusplus