aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/include/nativescript/godot_nativescript.h
diff options
context:
space:
mode:
authorMax Hilbrunner2018-05-29 11:47:52 +0200
committerGitHub2018-05-29 11:47:52 +0200
commit4c69a495c948b1698a1634b506bf660bd49cdd76 (patch)
tree76f810cefb7542fc4e3040d52810899a5e4ea40c /modules/gdnative/include/nativescript/godot_nativescript.h
parentd0b62ce1558766134ea2fc6bcf912e837d0ae40b (diff)
downloadgodot-4c69a495c948b1698a1634b506bf660bd49cdd76.tar.gz
godot-4c69a495c948b1698a1634b506bf660bd49cdd76.tar.zst
godot-4c69a495c948b1698a1634b506bf660bd49cdd76.zip
Diffstat (limited to 'modules/gdnative/include/nativescript/godot_nativescript.h')
-rw-r--r--modules/gdnative/include/nativescript/godot_nativescript.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/gdnative/include/nativescript/godot_nativescript.h b/modules/gdnative/include/nativescript/godot_nativescript.h
index f28ba352a..cfbe16fa7 100644
--- a/modules/gdnative/include/nativescript/godot_nativescript.h
+++ b/modules/gdnative/include/nativescript/godot_nativescript.h
@@ -43,9 +43,6 @@ typedef enum {
GODOT_METHOD_RPC_MODE_SYNC,
GODOT_METHOD_RPC_MODE_MASTER,
GODOT_METHOD_RPC_MODE_SLAVE,
- GODOT_METHOD_RPC_MODE_REMOTESYNC,
- GODOT_METHOD_RPC_MODE_MASTERSYNC,
- GODOT_METHOD_RPC_MODE_SLAVESYNC,
} godot_method_rpc_mode;
typedef enum {