]> git.lyx.org Git - lyx.git/blobdiff - src/Converter.h
installer: further preparation
[lyx.git] / src / Converter.h
index f4c8458674deed0369c0da3d271570ea385a07a8..3429ce7154d2322c206bf034b8c238dc1eba685e 100644 (file)
@@ -60,7 +60,7 @@ public:
        bool xml;
        /// This converter needs the .aux files
        bool need_aux;
-       /// we need a "nice" file from the backend
+       /// we need a "nice" file from the backend, c.f. OutputParams.nice.
        bool nice;
        /// If the converter put the result in a directory, then result_dir
        /// is the name of the directory
@@ -80,8 +80,6 @@ public:
        typedef std::vector<Converter> ConverterList;
        ///
        typedef ConverterList::const_iterator const_iterator;
-       ///
-       typedef std::vector<std::string> FormatList;
 
        ///
        Converter const & get(int i) const { return converterlist_[i]; }