From ed02819deb98c8eafe94c9eedc3e9f00e07ea9cc Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Fri, 3 May 2013 22:10:48 +0200 Subject: 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. --- metastore.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'metastore.h') 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; - -- cgit v1.2.1