diff --git a/hw/kdrive/ephyr/ephyrinit.c b/hw/kdrive/ephyr/ephyrinit.c index 80b7a6aaa..cf8bc9073 100644 --- a/hw/kdrive/ephyr/ephyrinit.c +++ b/hw/kdrive/ephyr/ephyrinit.c @@ -48,22 +48,6 @@ extern KdKeyboardDriver LinuxEvdevKeyboardDriver; void processScreenArg(const char *screen_size, char *parent_id); -static const -ExtensionModule ephyrExtensions[] = { -#ifdef GLXEXT - {GlxExtensionInit, "GLX", &noGlxExtension}, -#endif -}; - -static void -ephyrExtensionInit(void) -{ - int i; - - for (i = 0; i < ARRAY_SIZE(ephyrExtensions); i++) - LoadExtension(&ephyrExtensions[i], TRUE); -} - void InitCard(char *name) {