One more comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32948 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-01-10 18:14:50 +00:00
parent 5a4f7a89e2
commit b13ec49005

View File

@ -321,6 +321,7 @@ GuiWorkArea::~GuiWorkArea()
delete buffer_view_;
delete cursor_;
// Completer has a QObject parent and is thus automatically destroyed.
// See #4758.
// delete completer_;
}