Skip to content

Commit

Permalink
clean up globals
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jul 21, 2023
1 parent 25301bf commit a77a6b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/pathable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ using namespace DFHack;
DFHACK_PLUGIN("pathable");

REQUIRE_GLOBAL(init);
REQUIRE_GLOBAL(selection_rect);
REQUIRE_GLOBAL(window_x);
REQUIRE_GLOBAL(window_y);
REQUIRE_GLOBAL(window_z);
Expand Down

0 comments on commit a77a6b5

Please sign in to comment.