diff options
author | Adam Jackson <ajax@redhat.com> | 2008-04-18 18:50:05 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-04-18 18:50:05 -0400 |
commit | eafaf40fb3368ca7e4cf48336fdb7a6c9f536bfa (patch) | |
tree | eab098b3127ef8d1ea3eaab333b6a4ad72367e3e /hw/xfree86/dixmods/extmod | |
parent | f6617b4127125516583f321c961d70f762f728be (diff) |
Death to APPGROUP.
Diffstat (limited to 'hw/xfree86/dixmods/extmod')
-rw-r--r-- | hw/xfree86/dixmods/extmod/modinit.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hw/xfree86/dixmods/extmod/modinit.h b/hw/xfree86/dixmods/extmod/modinit.h index bfbf44357..32248504c 100644 --- a/hw/xfree86/dixmods/extmod/modinit.h +++ b/hw/xfree86/dixmods/extmod/modinit.h @@ -129,14 +129,6 @@ extern void SecurityExtensionInit(INITARGS); #endif #if 1 -extern void XagExtensionInit(INITARGS); -#endif - -#if 1 -extern void XpExtensionInit(INITARGS); -#endif - -#if 1 extern void PanoramiXExtensionInit(int argc, char *argv[]); #endif |