From 2107becb0ce2ffda001be65728c53563496d8d50 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 27 May 2009 17:13:19 -0400 Subject: xfree86: Remove unused (and useless) xf86{Add,Delete}ModuleInfo --- hw/xfree86/common/xf86str.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'hw/xfree86/common/xf86str.h') diff --git a/hw/xfree86/common/xf86str.h b/hw/xfree86/common/xf86str.h index 904c369a6..3b1346f05 100644 --- a/hw/xfree86/common/xf86str.h +++ b/hw/xfree86/common/xf86str.h @@ -342,21 +342,6 @@ typedef struct _DriverRec { */ #define HaveDriverFuncs 1 - -/* - * The optional module list struct. This allows modules exporting helping - * functions to configuration tools, the Xserver, or any other - * application/module interested in such information. - */ -_X_DEPRECATED typedef struct _ModuleInfoRec { - int moduleVersion; - char * moduleName; - pointer module; - int refCount; - const OptionInfoRec * (*AvailableOptions)(void *unused); - pointer unused[8]; /* leave some space for more fields */ -} ModuleInfoRec, *ModuleInfoPtr; - /* * These are the private bus types. New types can be added here. Types * required for the public interface should be added to xf86str.h, with -- cgit v1.2.3