summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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()
{
}