Skip to content

Commit

Permalink
[commhistory-daemon] Removed StreamedMediaListener code for calls as …
Browse files Browse the repository at this point in the history
…moved logging voicecall.

Signed-off-by: Tom Swindell <[email protected]>
  • Loading branch information
Tom Swindell committed Apr 30, 2015
1 parent 8294265 commit 96e661d
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 1,098 deletions.
3 changes: 0 additions & 3 deletions src/logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "logger.h"
#include "channellistener.h"
#include "textchannellistener.h"
#include "streamchannellistener.h"
#include "loggerclientobserver.h"
#include "messagereviver.h"
#include "debug.h"
Expand Down Expand Up @@ -99,8 +98,6 @@ void Logger::createChannelListener(const QString &channelType,
listener = new TextChannelListener(account, channel, context, this);
connect(listener, SIGNAL(savingFailed(const Tp::ConnectionPtr&)),
m_Reviver, SLOT(checkConnection(const Tp::ConnectionPtr&)));
} else if ( channelType == QLatin1String(TP_QT_IFACE_CHANNEL_TYPE_STREAMED_MEDIA) ) {
listener = new StreamChannelListener(account, channel, context, this);
}

if(listener) {
Expand Down
2 changes: 0 additions & 2 deletions src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ packagesExist(qt5-boostable) {
HEADERS += logger.h \
channellistener.h \
textchannellistener.h \
streamchannellistener.h \
loggerclientobserver.h \
notificationmanager.h \
serialisable.h \
Expand Down Expand Up @@ -81,7 +80,6 @@ SOURCES += main.cpp \
logger.cpp \
channellistener.cpp \
textchannellistener.cpp \
streamchannellistener.cpp \
loggerclientobserver.cpp \
notificationmanager.cpp \
serialisable.cpp \
Expand Down
Loading

0 comments on commit 96e661d

Please sign in to comment.