summaryrefslogtreecommitdiff
path: root/fluid/nodes/Node.h
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 03:20:53 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 03:20:53 +0500
commitddba971ebb304512ba9e0a01b77ec71b59b977b6 (patch)
tree7e681b80b442ec86f19a3e19aa42770198946d35 /fluid/nodes/Node.h
parentc19f34db2f4a64326d03cee7edae095051660f65 (diff)
wip
Diffstat (limited to 'fluid/nodes/Node.h')
-rw-r--r--fluid/nodes/Node.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fluid/nodes/Node.h b/fluid/nodes/Node.h
index 02338903f..a20dd7258 100644
--- a/fluid/nodes/Node.h
+++ b/fluid/nodes/Node.h
@@ -22,8 +22,6 @@
#include <FL/Fl_Widget.H>
#include <FL/fl_draw.H>
-#include <string>
-
class Node;
class Group_Node;
class Window_Node;
@@ -117,7 +115,6 @@ typedef NodeType Type;
void update_visibility_flag(Node *p);
void delete_all(int selected_only=0);
int storestring(const char *n, const char * & p, int nostrip=0);
-int storestring(const std::string& n, std::string& p, int nostrip=0);
void select_all_cb(Fl_Widget *,void *);
void select_none_cb(Fl_Widget *,void *);