summaryrefslogtreecommitdiff
path: root/fluid/widgets/Style_Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/widgets/Style_Parser.h')
-rw-r--r--fluid/widgets/Style_Parser.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/fluid/widgets/Style_Parser.h b/fluid/widgets/Style_Parser.h
index fff38c529..7e054b856 100644
--- a/fluid/widgets/Style_Parser.h
+++ b/fluid/widgets/Style_Parser.h
@@ -18,9 +18,6 @@
#ifndef FLUID_WIDGETS_STYLE_PARSER_H
#define FLUID_WIDGETS_STYLE_PARSER_H
-namespace fld {
-namespace widget {
-
// Class to manage style parsing, friend of Code_Editor
class Style_Parser {
public:
@@ -53,7 +50,4 @@ public:
int parse_all_else(); // all other code
};
-} // namespace widget
-} // namespace fld
-
#endif // FLUID_WIDGETS_STYLE_PARSER_H