From bc654756fa0ba50d6df2e99c1c2ef7eb43e6194b Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Wed, 30 Jan 2002 17:02:17 +0000 Subject: [PATCH] Revert this silly seekp thing. Apologies for letting it slip in in the first place. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3456 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LaTeXFeatures.C | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/LaTeXFeatures.C b/src/LaTeXFeatures.C index 01049c315e..039beb85fa 100644 --- a/src/LaTeXFeatures.C +++ b/src/LaTeXFeatures.C @@ -348,10 +348,6 @@ string const LaTeXFeatures::getTClassPreamble() const } } - // DEC's implementation of ostringstream has a bug which can be - // overcome with this forcing. - tcpreamble.seekp(std::ios::beg); - return tcpreamble.str().c_str(); }