summaryrefslogtreecommitdiff
path: root/tubes/source/conference.cxx
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-03-22 12:59:15 +0000
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-17 16:39:32 +0200
commit066479973ce488b0cbf37cf409cd3616661b7943 (patch)
treed2119c09ee9abb6cb0b2e13f1279128abc5aa375 /tubes/source/conference.cxx
parentebc93773e9ec3436f2519651b42b69d39fe4e2e4 (diff)
tubes: make startBuddySession take a TpContact *.
I removed Conference::setTarget() because it's redundant: you can get the target from the channel. And maTarget was unused anyway.
Diffstat (limited to 'tubes/source/conference.cxx')
-rw-r--r--tubes/source/conference.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/tubes/source/conference.cxx b/tubes/source/conference.cxx
index f5875e054f86..830db5fa1c67 100644
--- a/tubes/source/conference.cxx
+++ b/tubes/source/conference.cxx
@@ -231,12 +231,6 @@ TeleConference::~TeleConference()
}
-void TeleConference::setTarget( const rtl::OString& rTarget )
-{
- maTarget = rTarget;
-}
-
-
void TeleConference::setChannel( TpChannel* pChannel )
{
OSL_ENSURE( !mpChannel, "TeleConference::setChannel: already have channel");