diff options
| author | dknn <yoann.blein@free.fr> | 2012-07-08 20:26:03 (GMT) |
|---|---|---|
| committer | dknn <yoann.blein@free.fr> | 2012-09-22 08:55:56 (GMT) |
| commit | 4e0236b08d3914d24af32f45bc99663a73c6d83a (patch) | |
| tree | 054b63bad9da90762568ed096525099dab54de7e /Swiften/ScreenSharing/RTPSession.cpp | |
| parent | dc259819a687fa9a6f9007ed15b443f737c5d473 (diff) | |
| download | swift-contrib-4e0236b08d3914d24af32f45bc99663a73c6d83a.zip swift-contrib-4e0236b08d3914d24af32f45bc99663a73c6d83a.tar.bz2 | |
RTP update
Diffstat (limited to 'Swiften/ScreenSharing/RTPSession.cpp')
| -rw-r--r-- | Swiften/ScreenSharing/RTPSession.cpp | 5 |
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() { } |
Swift