summaryrefslogtreecommitdiffstats
path: root/Settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'Settings.c')
-rw-r--r--Settings.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Settings.c b/Settings.c
index 104d9bb9..c9c75d4a 100644
--- a/Settings.c
+++ b/Settings.c
@@ -17,8 +17,6 @@ in the source distribution for its full text.
#include <string.h>
#include <unistd.h>
-#define DEFAULT_DELAY 15
-
void Settings_delete(Settings* this) {
free(this->filename);
free(this->fields);