summaryrefslogtreecommitdiff
path: root/TelepathyQt4Yell
diff options
context:
space:
mode:
authorMateu Batle <mateu.batle@collabora.co.uk>2011-02-15 18:48:36 -0500
committerMateu Batle <mateu.batle@collabora.co.uk>2011-02-15 18:48:36 -0500
commitadcbe6bd466999780de4e066bea9df62e4f7de85 (patch)
tree76d9183897d21089b07297bb5955f0b89af8efde /TelepathyQt4Yell
parent6688ce3f655a472dfaae53b25744539db243e759 (diff)
Deleted empty FarstreamChannelFactory::Private
Diffstat (limited to 'TelepathyQt4Yell')
-rw-r--r--TelepathyQt4Yell/Farstream/channel.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/TelepathyQt4Yell/Farstream/channel.cpp b/TelepathyQt4Yell/Farstream/channel.cpp
index 4a0286c..a0aeb1e 100644
--- a/TelepathyQt4Yell/Farstream/channel.cpp
+++ b/TelepathyQt4Yell/Farstream/channel.cpp
@@ -131,21 +131,13 @@ TfChannel *PendingTfChannel::tfChannel()
return mPriv->mTfChannel;
}
-struct TELEPATHY_QT4_YELL_FS_NO_EXPORT FarstreamChannelFactory::Private
-{
- Private()
- {
- }
-};
-
FarstreamChannelFactory::FarstreamChannelFactory()
- : mPriv(new FarstreamChannelFactory::Private())
+ : mPriv(0)
{
}
FarstreamChannelFactory::~FarstreamChannelFactory()
{
- delete mPriv;
}
PendingTfChannel *FarstreamChannelFactory::create(const CallChannelPtr &channel)