forked from qt-creator/qt-creator
DiffEditor: Remove a bit of fluff
Change-Id: Ie1b2df8eb336078ced59d1406020ae57d2b53682 Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
This commit is contained in:
@@ -263,8 +263,7 @@ DiffEditor::DiffEditor(const QSharedPointer<DiffEditorDocument> &doc)
|
||||
DiffEditor::~DiffEditor()
|
||||
{
|
||||
delete m_toolBar;
|
||||
if (m_widget)
|
||||
delete m_widget;
|
||||
delete m_widget;
|
||||
}
|
||||
|
||||
Core::IEditor *DiffEditor::duplicate()
|
||||
|
||||
Reference in New Issue
Block a user