summaryrefslogtreecommitdiff
path: root/modules/mono/glue/cs_files/RPCAttributes.cs
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono/glue/cs_files/RPCAttributes.cs')
-rw-r--r--modules/mono/glue/cs_files/RPCAttributes.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/mono/glue/cs_files/RPCAttributes.cs b/modules/mono/glue/cs_files/RPCAttributes.cs
index 6bf9560bfa..08841ffd76 100644
--- a/modules/mono/glue/cs_files/RPCAttributes.cs
+++ b/modules/mono/glue/cs_files/RPCAttributes.cs
@@ -13,13 +13,4 @@ namespace Godot
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Field)]
public class SlaveAttribute : Attribute {}
-
- [AttributeUsage(AttributeTargets.Method | AttributeTargets.Field)]
- public class RemoteSyncAttribute : Attribute {}
-
- [AttributeUsage(AttributeTargets.Method | AttributeTargets.Field)]
- public class MasterSyncAttribute : Attribute {}
-
- [AttributeUsage(AttributeTargets.Method | AttributeTargets.Field)]
- public class SlaveSyncAttribute : Attribute {}
}