X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FConverter.h;h=3429ce7154d2322c206bf034b8c238dc1eba685e;hb=4db3e641ed6765e005343010cb90ee8af26f8f99;hp=f4c8458674deed0369c0da3d271570ea385a07a8;hpb=288c1e0faad85d4b0f17e366cb5c44473a133957;p=lyx.git diff --git a/src/Converter.h b/src/Converter.h index f4c8458674..3429ce7154 100644 --- a/src/Converter.h +++ b/src/Converter.h @@ -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 ConverterList; /// typedef ConverterList::const_iterator const_iterator; - /// - typedef std::vector FormatList; /// Converter const & get(int i) const { return converterlist_[i]; }