summaryrefslogtreecommitdiff
path: root/fluid/widgets/Code_Editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/widgets/Code_Editor.h')
-rw-r--r--fluid/widgets/Code_Editor.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/fluid/widgets/Code_Editor.h b/fluid/widgets/Code_Editor.h
index 3ee654da1..db90c32f9 100644
--- a/fluid/widgets/Code_Editor.h
+++ b/fluid/widgets/Code_Editor.h
@@ -27,9 +27,6 @@
#include <FL/Fl_Text_Editor.H>
-namespace fld {
-namespace widget {
-
// ---- Code_Editor declaration
/**
@@ -65,8 +62,6 @@ public:
int scroll_col() { return mHorizOffset; }
};
-} // namespace widget
-} // namespace fld
#endif // FLUID_WIDGETS_CODE_EDITOR_H