diff options
author | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-01-30 11:18:08 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-01-30 10:42:01 +0000 |
commit | 250d8abe2d49d41521ba28130c08179da8a4514d (patch) | |
tree | ca7b3b23496379c297613f880faf8ba603ed4b7b /src/plugins/diffeditor/diffeditordocument.cpp | |
parent | 063251ebbc6d896bc19fc54fe8626ae05412aae3 (diff) | |
download | qt-creator-250d8abe2d49d41521ba28130c08179da8a4514d.tar.gz |
DiffEditor: Remove a bit of fluff
Change-Id: Ie1b2df8eb336078ced59d1406020ae57d2b53682
Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Diffstat (limited to 'src/plugins/diffeditor/diffeditordocument.cpp')
-rw-r--r-- | src/plugins/diffeditor/diffeditordocument.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/diffeditor/diffeditordocument.cpp b/src/plugins/diffeditor/diffeditordocument.cpp index 0f10016e1e..8cf22a742b 100644 --- a/src/plugins/diffeditor/diffeditordocument.cpp +++ b/src/plugins/diffeditor/diffeditordocument.cpp @@ -53,10 +53,6 @@ DiffEditorDocument::DiffEditorDocument() : setTemporary(true); } -DiffEditorDocument::~DiffEditorDocument() -{ -} - DiffEditorController *DiffEditorDocument::controller() const { return m_controller; |