summaryrefslogtreecommitdiffstats
path: root/Settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'Settings.h')
-rw-r--r--Settings.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/Settings.h b/Settings.h
index 8c67d295..8eb575be 100644
--- a/Settings.h
+++ b/Settings.h
@@ -28,12 +28,10 @@ typedef struct Settings_ {
} Settings;
-Settings* Settings_new(ProcessList* pl, Header* header);
-
void Settings_delete(Settings* this);
-bool Settings_read(Settings* this, char* fileName);
-
bool Settings_write(Settings* this);
+Settings* Settings_new(ProcessList* pl, Header* header);
+
#endif