diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-04-14 02:44:20 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-04-14 03:32:37 +0200 |
commit | b7b159d79c2b4ec53915e0b9c3e28912c289a5ba (patch) | |
tree | 2510d25832202cfbc79378473b497540dd5a5500 /desktop/source | |
parent | 6f12914ddfb4d69c0267b206be654c875da17426 (diff) |
remove the old collaboration feature based on telepathy
Change-Id: I1f08d6ef43b76e7bae41ac33bb954f506ae7c485
Reviewed-on: https://gerrit.libreoffice.org/36542
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/app/app.cxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 13e2b6e7564d..10c3d916f886 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -116,12 +116,6 @@ #include "langselect.hxx" -#include <config_telepathy.h> - -#if ENABLE_TELEPATHY -#include <tubes/manager.hxx> -#endif - #if HAVE_FEATURE_BREAKPAD #include <fstream> #endif @@ -534,9 +528,6 @@ Desktop::Desktop() Desktop::~Desktop() { -#if ENABLE_TELEPATHY - TeleManager::finalize(); -#endif } void Desktop::Init() @@ -1613,11 +1604,6 @@ int Desktop::Main() aOptions.SetVCLSettings(); SetSplashScreenProgress(60); -#if ENABLE_TELEPATHY - bool bListen = rCmdLineArgs.IsInvisible(); - TeleManager::init( bListen ); -#endif - if ( !pExecGlobals->bRestartRequested ) { Application::SetFilterHdl( LINK( this, Desktop, ImplInitFilterHdl ) ); |