tex2lyx/text.cpp: remove development residue

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40481 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2011-12-11 23:20:23 +00:00
parent 2cc4d6ae25
commit 6682ae0d90

View File

@ -2353,7 +2353,6 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
// So we need to remove this extension and check for
// the original one.
name = removeExtension(name);
//name.erase(name.length() - 4, name.length());
if (!makeAbsPath(name, path).exists()) {
char const * const Gnumeric_formats[] = {"gnumeric",
"ods", "xls", 0};