]> git.lyx.org Git - features.git/commitdiff
reverting 25454 and fix http://bugzilla.lyx.org/show_bug.cgi?id=4758; again!
authorAbdelrazak Younes <younes@lyx.org>
Thu, 10 Jul 2008 11:53:57 +0000 (11:53 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 10 Jul 2008 11:53:57 +0000 (11:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25534 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiWorkArea.cpp

index e5f76739494c143f35b92866c404b1ec22ac7456..0b6659a77c5c9bad4ee1ca9ec1399660d82d2faa 100644 (file)
@@ -310,7 +310,6 @@ GuiWorkArea::~GuiWorkArea()
        buffer_view_->buffer().workAreaManager().remove(this);
        delete buffer_view_;
        delete cursor_;
-       delete completer_;
 }