]> git.lyx.org Git - features.git/blobdiff - src/graphics/GraphicsConverter.C
Remove the Alert popups from the graphics cache.
[features.git] / src / graphics / GraphicsConverter.C
index 028e24d775db800b5930e3d8cd8352b827510de2..7887a1639beed0e34d2fe93c0778638a3d7d286e 100644 (file)
@@ -18,8 +18,6 @@
 #include "debug.h"
 #include "gettext.h"
 
-#include "frontends/Alert.h"
-
 #include "support/filetools.h"
 #include "support/forkedcall.h"
 #include "support/path.h"
@@ -174,10 +172,6 @@ bool GConverter::build_script(string const & from_file,
        EdgePath edgepath = converters.getPath(from_format, to_format);
 
        if (edgepath.empty()) {
-               Alert::alert(_("Cannot convert file"),
-                          _("No information for converting from ")
-                          + formats.prettyName(from_format) + _(" to ")
-                          + formats.prettyName(to_format));
                return false;
        }