From 89285fef9856baf6ff0396f11a4582e4dcb54970 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 3 Sep 2022 01:17:57 -0700 Subject: [PATCH] remove accidentally-included function prototype --- src/LevelTable.hh | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/LevelTable.hh b/src/LevelTable.hh index 1a00c85c..9a52d6e7 100644 --- a/src/LevelTable.hh +++ b/src/LevelTable.hh @@ -42,7 +42,4 @@ struct LevelTable { // from PlyLevelTbl.prs const PlayerStats& base_stats_for_class(uint8_t char_class) const; const LevelStats& stats_for_level(uint8_t char_class, uint8_t level) const; - - static std::shared_ptr load_shared( - const std::string& filename, bool compressed); } __attribute__((packed));