forked from qt-creator/qt-creator
DiffEditor: Remove some empty destructors
Change-Id: Icd81940f4f91bf78e9e34c2ab5bb2c0a72c831bf Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -64,11 +64,6 @@ DiffEditorGuiController::DiffEditorGuiController(
|
||||
slotUpdateDiffFileIndex();
|
||||
}
|
||||
|
||||
DiffEditorGuiController::~DiffEditorGuiController()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
DiffEditorController *DiffEditorGuiController::controller() const
|
||||
{
|
||||
return m_controller;
|
||||
|
||||
Reference in New Issue
Block a user