summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/objecttreesource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/domain/mime/objecttreesource.cpp')
-rw-r--r--framework/src/domain/mime/objecttreesource.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/framework/src/domain/mime/objecttreesource.cpp b/framework/src/domain/mime/objecttreesource.cpp
index 186fdf80..2193e769 100644
--- a/framework/src/domain/mime/objecttreesource.cpp
+++ b/framework/src/domain/mime/objecttreesource.cpp
@@ -22,7 +22,6 @@
22#include <otp/attachmentstrategy.h> 22#include <otp/attachmentstrategy.h>
23#include <otp/bodypartformatterbasefactory.h> 23#include <otp/bodypartformatterbasefactory.h>
24#include <otp/messagepart.h> 24#include <otp/messagepart.h>
25#include <otp/messagepartrenderer.h>
26 25
27class ObjectSourcePrivate 26class ObjectSourcePrivate
28{ 27{
@@ -144,9 +143,3 @@ const MimeTreeParser::BodyPartFormatterBaseFactory *ObjectTreeSource::bodyPartFo
144{ 143{
145 return &(d->mBodyPartFormatterBaseFactory); 144 return &(d->mBodyPartFormatterBaseFactory);
146} 145}
147
148MimeTreeParser::Interface::MessagePartRenderer::Ptr ObjectTreeSource::messagePartTheme(MimeTreeParser::Interface::MessagePart::Ptr msgPart)
149{
150 Q_UNUSED(msgPart);
151 return MimeTreeParser::Interface::MessagePartRenderer::Ptr();
152}