summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordknn <yoann.blein@free.fr>2012-07-15 13:45:23 (GMT)
committerdknn <yoann.blein@free.fr>2012-09-22 09:01:49 (GMT)
commit70e395802de55b1d2eb9f92ad86349cd2d0d0575 (patch)
tree8759cc27b5d8e0a9984bab0beb6802fab769ae8a /Swiften/ScreenSharing/RTPSession.cpp
parentdd1c425caa5badf2d0b53271b7734f5be57d4003 (diff)
downloadswift-contrib-70e395802de55b1d2eb9f92ad86349cd2d0d0575.zip
swift-contrib-70e395802de55b1d2eb9f92ad86349cd2d0d0575.tar.bz2
Add signal disconnects
Diffstat (limited to 'Swiften/ScreenSharing/RTPSession.cpp')
-rw-r--r--Swiften/ScreenSharing/RTPSession.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/Swiften/ScreenSharing/RTPSession.cpp b/Swiften/ScreenSharing/RTPSession.cpp
deleted file mode 100644
index 3a22326..0000000
--- a/Swiften/ScreenSharing/RTPSession.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Copyright (c) 2012 Yoann Blein
- * Licensed under the simplified BSD license.
- * See Documentation/Licenses/BSD-simplified.txt for more information.
- */
-
-#include <Swiften/ScreenSharing/RTPSession.h>
-
-namespace Swift {
-
-RTPSession::~RTPSession()
-{
-}
-
-}