summaryrefslogtreecommitdiffstats
path: root/subsurface-core/subsurfacestartup.h
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-core/subsurfacestartup.h')
-rw-r--r--subsurface-core/subsurfacestartup.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/subsurface-core/subsurfacestartup.h b/subsurface-core/subsurfacestartup.h
deleted file mode 100644
index 3ccc24aa4..000000000
--- a/subsurface-core/subsurfacestartup.h
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef SUBSURFACESTARTUP_H
-#define SUBSURFACESTARTUP_H
-
-#include "dive.h"
-#include "divelist.h"
-#include "libdivecomputer.h"
-
-#ifdef __cplusplus
-extern "C" {
-#else
-#include <stdbool.h>
-#endif
-
-extern bool imported;
-
-void setup_system_prefs(void);
-void parse_argument(const char *arg);
-void free_prefs(void);
-void copy_prefs(struct preferences *src, struct preferences *dest);
-void print_files(void);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif // SUBSURFACESTARTUP_H