diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 03:20:53 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 03:20:53 +0500 |
| commit | ddba971ebb304512ba9e0a01b77ec71b59b977b6 (patch) | |
| tree | 7e681b80b442ec86f19a3e19aa42770198946d35 /fluid/io/Project_Writer.h | |
| parent | c19f34db2f4a64326d03cee7edae095051660f65 (diff) | |
wip
Diffstat (limited to 'fluid/io/Project_Writer.h')
| -rw-r--r-- | fluid/io/Project_Writer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fluid/io/Project_Writer.h b/fluid/io/Project_Writer.h index 64769a762..845f77f1e 100644 --- a/fluid/io/Project_Writer.h +++ b/fluid/io/Project_Writer.h @@ -21,8 +21,6 @@ #include <stdio.h> -#include <string> - class Node; namespace fld { @@ -54,7 +52,6 @@ public: int write_project(const char *filename, int selected_only, bool codeview); void NewFunction(); void write_word(const char *); - void write_word(const std::string& word) { write_word(word.c_str()); } void write_string(const char *,...) __fl_attr((__format__ (__printf__, 2, 3))); void write_indent(int n); void write_open(); |
