summaryrefslogtreecommitdiff
path: root/desktop/source/app/app.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/app.cxx')
-rw-r--r--desktop/source/app/app.cxx14
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 ) );