summaryrefslogtreecommitdiff
path: root/fluid/app/history.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/app/history.h
parentb4995f979d127cea667b4e2b71c91e9db4ab52ef (diff)
wip
Diffstat (limited to 'fluid/app/history.h')
-rw-r--r--fluid/app/history.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/fluid/app/history.h b/fluid/app/history.h
index 99200757a..92e494226 100644
--- a/fluid/app/history.h
+++ b/fluid/app/history.h
@@ -19,9 +19,6 @@
#include <FL/filename.H>
-namespace fld {
-namespace app {
-
class History {
public:
/// Stores the absolute filename of the last 10 project files, saved in app preferences.
@@ -36,7 +33,4 @@ public:
void update(const char *project_file);
};
-} // namespace app
-} // namespace fld
-
#endif // FLUID_APP_HISTORY_H