1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Remove old rollback migration code (#13082)

This commit is contained in:
ROllerozxa
2023-01-06 22:35:20 +01:00
committed by GitHub
parent 6d45c243f8
commit bb74da5903
2 changed files with 1 additions and 135 deletions

View File

@@ -73,7 +73,6 @@ private:
int range, int limit);
const std::list<RollbackAction> getActionsSince(time_t firstTime,
const std::string & actor = "");
void migrate(const std::string & filepath);
static float getSuspectNearness(bool is_guess, v3s16 suspect_p,
time_t suspect_t, v3s16 action_p, time_t action_t);