diff options
-rw-r--r-- | desktop/source/app/app.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 1276a2c598f2..04f64621c059 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -484,9 +484,6 @@ void Desktop::Init() } } - if ( !(true) ) - return; - // start ipc thread only for non-remote offices RequestHandler::Status aStatus = RequestHandler::Enable(true); if ( aStatus == RequestHandler::IPC_STATUS_PIPE_ERROR ) |