summaryrefslogtreecommitdiff
path: root/fluid/io/Project_Reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/io/Project_Reader.h')
-rw-r--r--fluid/io/Project_Reader.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/fluid/io/Project_Reader.h b/fluid/io/Project_Reader.h
index fe66be689..a68b7a237 100644
--- a/fluid/io/Project_Reader.h
+++ b/fluid/io/Project_Reader.h
@@ -26,12 +26,8 @@
class Node;
-namespace fld {
-
class Project;
-namespace io {
-
extern int fdesign_flip;
int read_file(Project &proj, const char *, int merge, Strategy strategy=Strategy::FROM_FILE_AS_LAST_CHILD);
@@ -77,7 +73,4 @@ public:
void read_fdesign();
};
-} // namespace io
-} // namespace fld
-
#endif // FLUID_IO_PROJECT_READER_H