summaryrefslogtreecommitdiff
path: root/fluid/app/history.h
diff options
context:
space:
mode:
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