Skip to content

Commit

Permalink
vars: remove unused g_InvExtraData
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Aug 27, 2024
1 parent 21ed7cf commit 519de5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/global/vars.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ int16_t g_RoomsToDraw[MAX_ROOMS_TO_DRAW] = { -1 };
int16_t g_RoomsToDrawCount = 0;

int16_t g_InvMode = INV_TITLE_MODE;
int32_t g_InvExtraData[8] = { 0 };

int32_t g_LsAdder = 0;
int32_t g_LsDivider = 0;
Expand Down
1 change: 0 additions & 1 deletion src/global/vars.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,3 @@ extern int16_t g_RoomsToDrawCount;
extern REQUEST_INFO g_SavegameRequester;

extern int16_t g_InvMode;
extern int32_t g_InvExtraData[8];

0 comments on commit 519de5e

Please sign in to comment.