Index: /trunk/src/VBox/Additions/common/crOpenGL/load.c
===================================================================
--- /trunk/src/VBox/Additions/common/crOpenGL/load.c	(revision 58613)
+++ /trunk/src/VBox/Additions/common/crOpenGL/load.c	(revision 58614)
@@ -1111,7 +1111,4 @@
  */
 bool
-#if defined(LINUX) && !defined(VBOXOGL_FAKEDRI)
-__attribute__ ((constructor))
-#endif 
 stubInit(void)
 {
@@ -1129,10 +1126,4 @@
 /* Sigh -- we can't do initialization at load time, since Windows forbids
  * the loading of other libraries from DLLMain. */
-
-#ifdef LINUX
-/** @todo remove this, but only once we are sure it is not needed. */
-/* GCC crap
- *void (*stub_init_ptr)(void) __attribute__((section(".ctors"))) = __stubInit; */
-#endif
 
 #ifdef WINDOWS
