Skip to content

Commit

Permalink
objects: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Feb 20, 2025
1 parent 9f121bc commit be7a235
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
2 changes: 0 additions & 2 deletions src/libtrx/include/libtrx/game/objects/vars.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ extern const GAME_OBJECT_ID g_PickupObjects[];
extern const GAME_OBJECT_ID g_AnimObjects[];
extern const GAME_OBJECT_ID g_NullObjects[];
extern const GAME_OBJECT_ID g_InvObjects[];
extern const GAME_OBJECT_ID g_MovableBlockObjects[];
extern const GAME_OBJECT_ID g_PuzzleHoleObjects[];

extern const GAME_OBJECT_PAIR g_ItemToInvObjectMap[];
extern const GAME_OBJECT_PAIR g_KeyItemToReceptacleMap[];
Expand Down
20 changes: 0 additions & 20 deletions src/tr2/game/objects/vars.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,26 +131,6 @@ const GAME_OBJECT_ID g_TrapdoorObjects[] = {
// clang-format on
};

const GAME_OBJECT_ID g_MovableBlockObjects[] = {
// clang-format off
O_MOVABLE_BLOCK_1,
O_MOVABLE_BLOCK_2,
O_MOVABLE_BLOCK_3,
O_MOVABLE_BLOCK_4,
NO_OBJECT,
// clang-format on
};

const GAME_OBJECT_ID g_PuzzleHoleObjects[] = {
// clang-format off
O_PUZZLE_HOLE_1,
O_PUZZLE_HOLE_2,
O_PUZZLE_HOLE_3,
O_PUZZLE_HOLE_4,
NO_OBJECT,
// clang-format on
};

const GAME_OBJECT_ID g_AnimObjects[] = {
// clang-format off
O_LARA_PISTOLS,
Expand Down

0 comments on commit be7a235

Please sign in to comment.