From: Georg Baum Date: Wed, 14 Jan 2015 20:44:28 +0000 (+0100) Subject: Remove unused declaration X-Git-Tag: 2.2.0alpha1~1351 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=19f3f630bc6d148126b18ffbedcb9d2d7d158ef6;p=features.git Remove unused declaration --- diff --git a/src/tex2lyx/tex2lyx.h b/src/tex2lyx/tex2lyx.h index 4fc7ebc6f4..8220877339 100644 --- a/src/tex2lyx/tex2lyx.h +++ b/src/tex2lyx/tex2lyx.h @@ -26,14 +26,6 @@ namespace lyx { namespace support { class FileName; } -/// Simple support for frontend::Alert::warning(). -namespace frontend { -namespace Alert { - void warning(docstring const & title, docstring const & message, - bool const &); -} -} - class Context; /// A trivial subclass, just to give us a public default constructor @@ -206,8 +198,8 @@ extern bool roundtripMode(); * contains a preamble. * \return true if the conversion was successful, else false. */ -bool tex2lyx(std::string const & infilename, - support::FileName const & outfilename, +bool tex2lyx(std::string const & infilename, + support::FileName const & outfilename, std::string const & encoding);