From 6e22bb17c716825cee49484d2ba4cd964f9c273c Mon Sep 17 00:00:00 2001 From: Tommaso Cucinotta Date: Sat, 10 Dec 2016 14:55:09 +0100 Subject: [PATCH] Remove unused lyxrc.use_converter_wrappers that inadvertently slipped through [244de5d2/lyxgit]. --- src/LyXRC.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/LyXRC.h b/src/LyXRC.h index 010e957153..8a9cc172ac 100644 --- a/src/LyXRC.h +++ b/src/LyXRC.h @@ -449,8 +449,6 @@ public: bool use_converter_needauth_forbidden; /// Ask user before calling external converters with 'needauth' option bool use_converter_needauth; - /// Apply hardening when calling external converters - bool use_converter_wrappers; /// The maximum age of cache files in seconds unsigned int converter_cache_maxage; /// Sort layouts alphabetically