mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Remove unused declaration
This commit is contained in:
parent
3830ce46db
commit
19f3f630bc
@ -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);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user