summaryrefslogtreecommitdiff
path: root/fluid/widgets/Code_Viewer.h
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 19:04:24 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 19:04:24 +0500
commit793fa5a91f24358aa7ce21abf6ee4e93a17b04ee (patch)
treee81d1e60ffdf068ac1e93e8d36d9c2046b2d7c50 /fluid/widgets/Code_Viewer.h
parentb4995f979d127cea667b4e2b71c91e9db4ab52ef (diff)
wip
Diffstat (limited to 'fluid/widgets/Code_Viewer.h')
-rw-r--r--fluid/widgets/Code_Viewer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/fluid/widgets/Code_Viewer.h b/fluid/widgets/Code_Viewer.h
index a65a66f58..7c183f1d2 100644
--- a/fluid/widgets/Code_Viewer.h
+++ b/fluid/widgets/Code_Viewer.h
@@ -25,9 +25,6 @@
#include "widgets/Code_Editor.h"
-namespace fld {
-namespace widget {
-
/**
A widget derived from Code_Editor with highlighting for code blocks.
@@ -46,7 +43,4 @@ protected:
int handle(int ev) { return Fl_Text_Display::handle(ev); }
};
-} // namespace widget
-} // namespace fld
-
#endif // FLUID_WIDGETS_CODE_VIEWER_H