summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/mimetreeparser/otp/messagepartrenderer.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-23 21:32:00 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-23 21:32:00 +0200
commit0a48541c5f27c1b2913030116b1cdf3ded291219 (patch)
tree1afddcf6273556d7c86dfabdd327f41ce0305b31 /framework/src/domain/mime/mimetreeparser/otp/messagepartrenderer.cpp
parent01f36d638e12bd6ecc97fbef27d694172fbdd7f8 (diff)
downloadkube-0a48541c5f27c1b2913030116b1cdf3ded291219.tar.gz
kube-0a48541c5f27c1b2913030116b1cdf3ded291219.zip
Removed the MessagePartRenderer
Diffstat (limited to 'framework/src/domain/mime/mimetreeparser/otp/messagepartrenderer.cpp')
-rw-r--r--framework/src/domain/mime/mimetreeparser/otp/messagepartrenderer.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/framework/src/domain/mime/mimetreeparser/otp/messagepartrenderer.cpp b/framework/src/domain/mime/mimetreeparser/otp/messagepartrenderer.cpp
deleted file mode 100644
index 7f622268..00000000
--- a/framework/src/domain/mime/mimetreeparser/otp/messagepartrenderer.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
1/*
2 Copyright (C) 2016 Sandro Knauß <sknauss@kde.org>
3
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2 of the License, or
7 (at your option) any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License along
15 with this program; if not, write to the Free Software Foundation, Inc.,
16 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17*/
18
19#include "messagepartrenderer.h"
20
21MimeTreeParser::Interface::MessagePartRenderer::~MessagePartRenderer()
22{
23}