diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2013-05-03 22:10:48 +0200 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2013-05-03 22:10:48 +0200 |
commit | ed02819deb98c8eafe94c9eedc3e9f00e07ea9cc (patch) | |
tree | 3b26ea22e8f46ab9799cf20382af0e60403f441a /metastore.h | |
parent | 049757c1ce8bbd93e3c55897e77ed30318da8c93 (diff) |
Introduce settings structure.
No more passing particular options (like git or mtime) to functions.
The structure is meant to be immutable after filling during startup.
Diffstat (limited to 'metastore.h')
-rw-r--r-- | metastore.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/metastore.h b/metastore.h index 74debb8..7bc7868 100644 --- a/metastore.h +++ b/metastore.h @@ -32,7 +32,3 @@ #define ACTION_SAVE 0x02 #define ACTION_APPLY 0x04 #define ACTION_HELP 0x08 - -/* Used to store the name of the file containing the metadata */ -extern char *metafile; - |