X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetExternal.cpp;h=1fafc96a6e26500e353513de873a7ebf9f63969b;hb=d6f1915684328c6e3fe61c6eef8846b5cabec334;hp=0001b3775f4d8f7741a0565fa78e2a5faf2f5c48;hpb=dcc50a24548b3ff46f9060897793ca346befa7e2;p=lyx.git diff --git a/src/insets/InsetExternal.cpp b/src/insets/InsetExternal.cpp index 0001b3775f..1fafc96a6e 100644 --- a/src/insets/InsetExternal.cpp +++ b/src/insets/InsetExternal.cpp @@ -69,8 +69,6 @@ namespace external { TempName::TempName() { FileName const tempname = FileName::tempName("lyxext"); - // FIXME: This is unsafe - tempname.removeFile(); // must have an extension for the converter code to work correctly. tempname_ = FileName(tempname.absFilename() + ".tmp"); }