summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authormfe <mfe@openoffice.org>2001-02-01 11:31:41 +0000
committermfe <mfe@openoffice.org>2001-02-01 11:31:41 +0000
commit98e59ad3cac59bf2fda6e83155808f49c26f3573 (patch)
tree0a5b319815bcc4b20a6b32a95b0f32663bac2b54 /vos
parent6c9d5f47ffa74afabd22732e15e8cf5e47f0a297 (diff)
removed ChangeGlobalInit
Diffstat (limited to 'vos')
-rw-r--r--vos/source/timer.cxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/vos/source/timer.cxx b/vos/source/timer.cxx
index fd557592a0da..726a3592f28d 100644
--- a/vos/source/timer.cxx
+++ b/vos/source/timer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: timer.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:18:17 $
+ * last change: $Author: mfe $ $Date: 2001-02-01 12:28:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,10 +66,6 @@
#include <vos/thread.hxx>
#include <vos/conditn.hxx>
-#ifdef SOLARIS
-extern "C" void ChangeGlobalInit();
-#endif
-
/////////////////////////////////////////////////////////////////////////////
//
@@ -343,10 +339,6 @@ void OTimerManager::onTerminated()
OTimerManager* OTimerManager::getTimerManager()
{
-#ifdef SOLARIS
- ChangeGlobalInit();
-#endif
-
OGuard Guard(&m_Access);
if (! m_pManager)