summaryrefslogtreecommitdiff
path: root/fluid/nodes/Tree.h
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 19:04:24 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 19:04:24 +0500
commit793fa5a91f24358aa7ce21abf6ee4e93a17b04ee (patch)
treee81d1e60ffdf068ac1e93e8d36d9c2046b2d7c50 /fluid/nodes/Tree.h
parentb4995f979d127cea667b4e2b71c91e9db4ab52ef (diff)
wip
Diffstat (limited to 'fluid/nodes/Tree.h')
-rw-r--r--fluid/nodes/Tree.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/fluid/nodes/Tree.h b/fluid/nodes/Tree.h
index b166c7f0b..052553fa2 100644
--- a/fluid/nodes/Tree.h
+++ b/fluid/nodes/Tree.h
@@ -21,12 +21,8 @@
class Node;
-namespace fld {
-
class Project;
-namespace node {
-
class Tree {
// A class that can iterate over the entire scene graph.
@@ -99,8 +95,6 @@ public:
Node *find_in_text(int text_type, int crsr);
};
-} // namespace node
-} // namespace fld
#endif // FLUID_NODES_TREE_H