Skip to content

Commit 344bb0d

Browse files
committed
Remove synchronizer, will use gdscript
1 parent 61900d2 commit 344bb0d

4 files changed

Lines changed: 3 additions & 804 deletions

File tree

src/register_types.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include "snapshot_history_encoder.h"
1919
#include "rollback_history_recorder.h"
2020
#include "rollback_history_transmitter.h"
21-
#include "rollback_synchronizer.h"
2221

2322
using namespace godot;
2423

@@ -40,7 +39,6 @@ void initialize_gdextension_types(ModuleInitializationLevel p_level)
4039
GDREGISTER_CLASS(_SnapshotHistoryEncoder);
4140
GDREGISTER_CLASS(_RollbackHistoryRecorder);
4241
GDREGISTER_CLASS(_RollbackHistoryTransmitter);
43-
GDREGISTER_CLASS(RollbackSynchronizer);
4442
}
4543

4644
void uninitialize_gdextension_types(ModuleInitializationLevel p_level) {

0 commit comments

Comments
 (0)