Skip to content

Commit abbe792

Browse files
committed
Merge pull request #111067 from HolonProduction/rm-multiplayer
Remove unused `multiplayer` member from `Node`
2 parents 8f386fd + a9673e2 commit abbe792

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scene/main/node.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,6 @@ class Node : public Object {
285285

286286
} data;
287287

288-
Ref<MultiplayerAPI> multiplayer;
289-
290288
String _get_tree_string_pretty(const String &p_prefix, bool p_last);
291289
String _get_tree_string(const Node *p_node);
292290

0 commit comments

Comments
 (0)