diff options
Diffstat (limited to 'src/VBox/Additions/x11/VBoxClient/seamless.cpp')
-rw-r--r-- | src/VBox/Additions/x11/VBoxClient/seamless.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/VBox/Additions/x11/VBoxClient/seamless.cpp b/src/VBox/Additions/x11/VBoxClient/seamless.cpp index 214f87a7..e3ab64a8 100644 --- a/src/VBox/Additions/x11/VBoxClient/seamless.cpp +++ b/src/VBox/Additions/x11/VBoxClient/seamless.cpp @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2006-2007 Oracle Corporation + * Copyright (C) 2006-2012 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; @@ -33,12 +33,6 @@ public: } virtual int run(bool fDaemonised /* = false */) { - /* Initialise threading in X11 and in Xt. */ - if (!XInitThreads()) - { - LogRel(("VBoxClient: error initialising threads in X11, exiting.\n")); - return VERR_NOT_SUPPORTED; - } int rc = mSeamless.init(); if (RT_FAILURE(rc)) return rc; |