summaryrefslogtreecommitdiff
path: root/fluid/app/args.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/app/args.h')
-rw-r--r--fluid/app/args.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/fluid/app/args.h b/fluid/app/args.h
index 1165c4f58..601cc91c9 100644
--- a/fluid/app/args.h
+++ b/fluid/app/args.h
@@ -19,9 +19,6 @@
#include <FL/filename.H>
-namespace fld {
-namespace app {
-
class Args {
// Callback.
static int arg_cb(int argc, char** argv, int& i);
@@ -48,7 +45,4 @@ public:
int load(int argc, char **argv);
};
-} // namespace app
-} // namespace fld
-
#endif // FLUID_APP_ARGS_H