From 3134d0881cbc5a30759c6c6ea1a13deb01ecd729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Mon, 15 Jun 2009 20:06:30 +0000 Subject: [PATCH] branch: tex2lyx/preamble.cpp: revert stuff to have a clean commit timeline git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30115 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/tex2lyx/preamble.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/tex2lyx/preamble.cpp b/src/tex2lyx/preamble.cpp index c9f531eb46..53c8e5a0dc 100644 --- a/src/tex2lyx/preamble.cpp +++ b/src/tex2lyx/preamble.cpp @@ -361,12 +361,6 @@ void handle_package(Parser &p, string const & name, string const & opts, else if (name == "verbatim") ; // ignore this - else if (name == "nomencl") - ; // ignore this - - else if (name == "textcomp") - ; // ignore this - else if (name == "url") ; // ignore this