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

@@ -105,11 +105,6 @@ UnifiedDiffEditorWidget::UnifiedDiffEditorWidget(QWidget *parent)
this, &UnifiedDiffEditorWidget::slotCursorPositionChangedInEditor);
}
UnifiedDiffEditorWidget::~UnifiedDiffEditorWidget()
{
}
void UnifiedDiffEditorWidget::setDiffEditorGuiController(
DiffEditorGuiController *controller)
{