]> git.lyx.org Git - lyx.git/commitdiff
Remove unused declaration
authorGeorg Baum <baum@lyx.org>
Wed, 14 Jan 2015 20:44:28 +0000 (21:44 +0100)
committerGeorg Baum <baum@lyx.org>
Wed, 14 Jan 2015 20:44:28 +0000 (21:44 +0100)
src/tex2lyx/tex2lyx.h

index 4fc7ebc6f4633b4f02f1c17171498ad28eeb7657..8220877339bd856429c0e0d7f9ab72914df43490 100644 (file)
@@ -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);