summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-10-04 16:43:41 -0700
committerKeith Packard <keithp@keithp.com>2013-10-04 16:43:41 -0700
commitf2d149b6d10edea7233d93c7e19f71decf11dc62 (patch)
treec7c43aa7339a75869f860b0be8e6c9ea27a37ffd
parente0a678f0596f3547b98d74d5f0438b484b059458 (diff)
kdrive/ephyr: Remove duplicate ephyrExtensions and ephyrExtensionInit decls
These were duplicated when GLX support was re-added on two different branches. Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--hw/kdrive/ephyr/ephyrinit.c16
1 files changed, 0 insertions, 16 deletions
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)
{