Browse Source

Remove duplicate/undefined function

Unused and no function definition under that name, the more descriptive name is used instead.
pull/3314/head
Andrew James 4 years ago committed by Anders Jenbo
parent
commit
4d5a5175c6
  1. 1
      test/path_test.cpp

1
test/path_test.cpp

@ -8,7 +8,6 @@
namespace devilution {
extern int TestPathGetHCost(Point startPosition, Point destinationPosition);
extern int TestPathGetHeuristicCost(Point startPosition, Point destinationPosition);
TEST(PathTest, Heuristics)

Loading…
Cancel
Save