Index: /trunk/src/VBox/Main/VirtualBoxImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/VirtualBoxImpl.cpp	(revision 30357)
+++ /trunk/src/VBox/Main/VirtualBoxImpl.cpp	(revision 30358)
@@ -536,7 +536,10 @@
 
         /* events */
+#if 0
+        // disabled for now
         if (SUCCEEDED(rc = unconst(m->pEventSource).createObject()))
             rc = m->pEventSource->init(this);
         if (FAILED(rc)) throw rc;
+#endif
 
     }
