summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordknn <yoann.blein@free.fr>2012-07-08 20:26:03 (GMT)
committerdknn <yoann.blein@free.fr>2012-09-22 08:55:56 (GMT)
commit4e0236b08d3914d24af32f45bc99663a73c6d83a (patch)
tree054b63bad9da90762568ed096525099dab54de7e /Swiften/ScreenSharing/RTPSession.cpp
parentdc259819a687fa9a6f9007ed15b443f737c5d473 (diff)
downloadswift-contrib-4e0236b08d3914d24af32f45bc99663a73c6d83a.zip
swift-contrib-4e0236b08d3914d24af32f45bc99663a73c6d83a.tar.bz2
RTP update
Diffstat (limited to 'Swiften/ScreenSharing/RTPSession.cpp')
-rw-r--r--Swiften/ScreenSharing/RTPSession.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Swiften/ScreenSharing/RTPSession.cpp b/Swiften/ScreenSharing/RTPSession.cpp
index 9af62f1..3a22326 100644
--- a/Swiften/ScreenSharing/RTPSession.cpp
+++ b/Swiften/ScreenSharing/RTPSession.cpp
@@ -8,11 +8,6 @@
namespace Swift {
-RTPSession::RTPSession(const HostAddressPort &remotePeer, PayloadType payloadType, int frequency)
- : remotePeer(remotePeer), payloadType(payloadType), frequency(frequency)
-{
-}
-
RTPSession::~RTPSession()
{
}