diff options
Diffstat (limited to 'scene/gui/graph_node.cpp')
-rw-r--r-- | scene/gui/graph_node.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scene/gui/graph_node.cpp b/scene/gui/graph_node.cpp index 6031730b81..b0517caab0 100644 --- a/scene/gui/graph_node.cpp +++ b/scene/gui/graph_node.cpp @@ -34,12 +34,6 @@ #include "graph_edit.h" -struct _MinSizeCache { - int min_size; - bool will_stretch; - int final_size; -}; - bool GraphNode::_set(const StringName &p_name, const Variant &p_value) { String str = p_name; |