]> git.lyx.org Git - lyx.git/blobdiff - src/importer.C
redraw fix 1.
[lyx.git] / src / importer.C
index 59b943a07d3687d49dbc219f2523d50d8c439ac9..a0610964ef3b53041bb65cc1e0bc6075f0495f40 100644 (file)
@@ -87,19 +87,6 @@ bool Importer::Import(LyXView * lv, string const & filename,
 }
 
 
-#if 0
-bool Importer::IsImportable(string const & format)
-{
-       vector<string> loaders = Loaders();
-       for (vector<string>::const_iterator it = loaders.begin();
-            it != loaders.end(); ++it)
-               if (converters.IsReachable(format, *it))
-                       return true;
-       return false;
-}
-#endif
-
-
 vector<Format const *> const Importer::GetImportableFormats()
 {
        vector<string> loaders = Loaders();