summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-10-18 13:58:55 +0000
committerChris Wilson <chris+github@qwirx.com>2008-10-18 13:58:55 +0000
commit95ec8192e05885ab79f5cdd565a3f04d5dec6675 (patch)
treebe2688b7079f7b42e76fe2147881f6dc2ec8fa77 /bin
parent45bb13766f03d7fcbdca7bb507e69fab241cd50c (diff)
Remove unused and wrong default path for accounts database.
Diffstat (limited to 'bin')
-rw-r--r--bin/bbstored/BackupConstants.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/bbstored/BackupConstants.h b/bin/bbstored/BackupConstants.h
index 515b3bcd..19d06a15 100644
--- a/bin/bbstored/BackupConstants.h
+++ b/bin/bbstored/BackupConstants.h
@@ -10,8 +10,6 @@
#ifndef BACKUPCONSTANTS__H
#define BACKUPCONSTANTS__H
-#define BACKUP_STORE_DEFAULT_ACCOUNT_DATABASE_FILE "/etc/box/backupstoreaccounts"
-
// 15 minutes to timeout (milliseconds)
#define BACKUP_STORE_TIMEOUT (15*60*1000)