diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-04-21 15:04:18 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-04-21 15:04:18 +0100 |
commit | b8f84a8d97210e9a2df04ad4687624a30d62a1a4 (patch) | |
tree | c416209dcbcda6422e17caff4c6dbb6f450efa35 /src/cfg_file.h | |
parent | b9a379e9d6b05b0f558ad052389fdb5384b189a8 (diff) | |
download | rspamd-b8f84a8d97210e9a2df04ad4687624a30d62a1a4.tar.gz rspamd-b8f84a8d97210e9a2df04ad4687624a30d62a1a4.zip |
Deprecate views: never ever being used.
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r-- | src/cfg_file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h index 8960b5bb1..6ecb441fd 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -337,7 +337,6 @@ struct config_file { GList *statfiles; /**< list of all statfiles in config file order */ GHashTable *classifiers_symbols; /**< hashtable indexed by symbol name of classifiers */ GHashTable* cfg_params; /**< all cfg params indexed by its name in this structure */ - GList *views; /**< views */ GList *pre_filters; /**< list of pre-processing lua filters */ GList *post_filters; /**< list of post-processing lua filters */ gchar *dynamic_conf; /**< path to dynamic configuration */ |