aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h11
1 files changed, 0 insertions, 11 deletions
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,