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:
Tobias Hunger
2015-01-30 10:56:46 +01:00
parent 83e8a6cb27
commit f1ac9cd56d
4 changed files with 0 additions and 12 deletions

View File

@@ -64,11 +64,6 @@ DiffEditorGuiController::DiffEditorGuiController(
slotUpdateDiffFileIndex();
}
DiffEditorGuiController::~DiffEditorGuiController()
{
}
DiffEditorController *DiffEditorGuiController::controller() const
{
return m_controller;