diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-08-31 17:50:25 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-08-31 22:41:10 +0200 |
commit | bf42b6f9f51b4bc66e267ae24c87ac79122825cc (patch) | |
tree | 449f642fc53e3d654ae36a39877efc41a8b74fcc /tubes/source | |
parent | 3f84d81412f123bda0dde57c4e52abe9f49f58af (diff) |
fdo#62475 - remove visual noise
This is a follow up commit to
- 22d1beb78a475e4846af945afde1c4d6c263b5d6
- 1c7af455ab9345304a7ac48ce2e0310de2ac8a75
Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
Diffstat (limited to 'tubes/source')
-rw-r--r-- | tubes/source/manager.cxx | 3 |
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 ) { |