aboutsummaryrefslogtreecommitdiff
path: root/src/cmdline.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-09-20 23:31:35 +0200
committerMax Kellermann <max@duempel.org>2009-09-20 23:31:35 +0200
commita86f9b80357e30823ce9d3d486adcf4cd4e781dc (patch)
tree6bbe109a30b5ad7483514df2a477c79991e30c3a /src/cmdline.h
parent32f212cb860d5cd91e952e4802c151101cc9c8c0 (diff)
cmdline: removed options --create-db and --no-create-db
Both options are deprecated, and should not be used anymore. Many users get confused by their presence.
Diffstat (limited to 'src/cmdline.h')
-rw-r--r--src/cmdline.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmdline.h b/src/cmdline.h
index 05bf7379..eb626dbc 100644
--- a/src/cmdline.h
+++ b/src/cmdline.h
@@ -27,7 +27,6 @@ struct options {
gboolean daemon;
gboolean log_stderr;
gboolean verbose;
- int create_db;
};
void parse_cmdline(int argc, char **argv, struct options *options);