Not so soon, I guess, since that FIXME was from r6305.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31924 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-11-09 16:53:40 +00:00
parent 853199c0ce
commit bd47bb4fd5
2 changed files with 1 additions and 3 deletions

View File

@ -71,8 +71,6 @@ public:
///
class Converters {
public:
///
typedef std::vector<int> EdgePath; // to be removed SOON
///
typedef std::vector<Converter> ConverterList;
///

View File

@ -260,7 +260,7 @@ static void build_script(FileName const & from_file,
{
LASSERT(from_format != to_format, /**/);
LYXERR(Debug::GRAPHICS, "build_script ... ");
typedef Converters::EdgePath EdgePath;
typedef Graph::EdgePath EdgePath;
script << "#!/usr/bin/env python\n"
"# -*- coding: utf-8 -*-\n"