summaryrefslogtreecommitdiff
path: root/fluid/io/Code_Writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/io/Code_Writer.h')
-rw-r--r--fluid/io/Code_Writer.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/fluid/io/Code_Writer.h b/fluid/io/Code_Writer.h
index bd99395e5..4b0ed6794 100644
--- a/fluid/io/Code_Writer.h
+++ b/fluid/io/Code_Writer.h
@@ -74,12 +74,8 @@ struct Fd_Pointer_Set {
int is_id(char c);
-namespace fld {
-
class Project;
-namespace io {
-
class Code_Writer
{
private:
@@ -161,7 +157,4 @@ public:
static unsigned long block_crc(const void *data, int n=-1, unsigned long in_crc=0, bool *inout_line_start=0);
};
-} // namespace io
-} // namespace fld
-
#endif // FLUID_IO_CODE_WRITER_H