From 784b87aab4add9db1d316d85c85f1aa40d63ac00 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sun, 31 May 2026 17:27:25 +0200 Subject: Integrate config to the rest of the code Compile-time values such as DATABASE_PATH are no longer needed. --- src/config.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 50cba3a..4814f7f 100644 --- a/src/config.h +++ b/src/config.h @@ -1,17 +1,6 @@ #ifndef CONFIG_H #define CONFIG_H -#ifndef FTAG_REMOTE_HOST -#define FTAG_REMOTE_HOST "localhost" -#endif - -#ifndef FTAG_REMOTE_ROOT -/* HOME on remote host */ -#define FTAG_REMOTE_ROOT "ftag" -#endif - -#define DATABASE_PATH FTAG_CACHE_DIR "/ftag.sqlite3" - /* Note "FC" stands for "Ftag Config". */ enum ftag_config_e { FC_DATABASE_PATH, -- cgit v1.2.3