From ddba971ebb304512ba9e0a01b77ec71b59b977b6 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 03:20:53 +0500 Subject: wip --- fluid/nodes/Node.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'fluid/nodes/Node.h') 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 #include -#include - 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 *); -- cgit v1.2.3