summaryrefslogtreecommitdiff
path: root/src/rollback.h
diff options
context:
space:
mode:
authorSmallJoker <SmallJoker@users.noreply.github.com>2021-10-12 20:12:20 +0200
committerGitHub <noreply@github.com>2021-10-12 20:12:20 +0200
commitecc6f4ba25cd49599922333a5f8d4b4ce368992d (patch)
tree9e54d0968bde5faf2f1870c5c806fa30521a695d /src/rollback.h
parent6de8d77e17017cd5cc7b065d42566b6b1cd076cc (diff)
downloadminetest-ecc6f4ba25cd49599922333a5f8d4b4ce368992d.tar.gz
minetest-ecc6f4ba25cd49599922333a5f8d4b4ce368992d.tar.bz2
minetest-ecc6f4ba25cd49599922333a5f8d4b4ce368992d.zip
Remove a few unused functions reported by callcatcher (#11658)
Diffstat (limited to 'src/rollback.h')
-rw-r--r--src/rollback.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rollback.h b/src/rollback.h
index 1d9949d15..ff96e513f 100644
--- a/src/rollback.h
+++ b/src/rollback.h
@@ -46,7 +46,6 @@ public:
void flush();
void addAction(const RollbackAction & action);
- std::list<RollbackAction> getEntriesSince(time_t first_time);
std::list<RollbackAction> getNodeActors(v3s16 pos, int range,
time_t seconds, int limit);
std::list<RollbackAction> getRevertActions(