Browse Source

Merge pull request #111067 from HolonProduction/rm-multiplayer

Remove unused `multiplayer` member from `Node`
Thaddeus Crews 2 weeks ago
parent
commit
abbe792575
1 changed files with 0 additions and 2 deletions
  1. 0 2
      scene/main/node.h

+ 0 - 2
scene/main/node.h

@@ -285,8 +285,6 @@ private:
 
 	} data;
 
-	Ref<MultiplayerAPI> multiplayer;
-
 	String _get_tree_string_pretty(const String &p_prefix, bool p_last);
 	String _get_tree_string(const Node *p_node);