aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/system')
-rw-r--r--src/crepe/system/ReplaySystem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/system/ReplaySystem.h b/src/crepe/system/ReplaySystem.h
index 6f6fce4..919c554 100644
--- a/src/crepe/system/ReplaySystem.h
+++ b/src/crepe/system/ReplaySystem.h
@@ -15,8 +15,6 @@ public:
private:
ReplayManager::State last_state = ReplayManager::IDLE;
- void update_recording();
- void update_playing();
struct Snapshot {
ComponentManager::Snapshot components;