summaryrefslogtreecommitdiff
path: root/tubes
diff options
context:
space:
mode:
Diffstat (limited to 'tubes')
-rw-r--r--tubes/source/manager.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/tubes/source/manager.cxx b/tubes/source/manager.cxx
index 2dccf4cea2f3..ce6805476dc9 100644
--- a/tubes/source/manager.cxx
+++ b/tubes/source/manager.cxx
@@ -55,7 +55,6 @@ struct InfoLogger
#define INFO_LOGGER_F(s)
#endif // SAL_LOG_INFO
-
using namespace rtl;
using namespace osl;
@@ -652,7 +651,6 @@ TeleConference* TeleManager::startGroupSession( TpAccount *pAccount,
return pConference;
}
-
static void lcl_ensureLegacyChannel( TpAccount* pAccount, TpContact* pBuddy )
{
/* This is a workaround for a Telepathy bug.
@@ -680,7 +678,6 @@ static void lcl_ensureLegacyChannel( TpAccount* pAccount, TpContact* pBuddy )
g_hash_table_unref( pRequest );
}
-
/* TODO: factor out common code with startGroupSession() */
TeleConference* TeleManager::startBuddySession( TpAccount *pAccount, TpContact *pBuddy )
{