diff options
author | Adam Jackson <ajax@redhat.com> | 2008-02-01 17:21:34 +1100 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-02-14 08:21:44 +1100 |
commit | e91ff09568c5579818b6641e88e95c6fe122cbe7 (patch) | |
tree | 86c27ab6eb83c9c2c67f55037f0afe3a5797c117 /hw/xfree86/common/xf86str.h | |
parent | 0bdd20a0454c94f902fd4874855125bf7510fcf5 (diff) |
Friends don't let friends call xf86AddModuleInfo.
That code only existed to leak memory. It can go now, thanks.
Diffstat (limited to 'hw/xfree86/common/xf86str.h')
-rw-r--r-- | hw/xfree86/common/xf86str.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86str.h b/hw/xfree86/common/xf86str.h index 2e0213597..fc94284cb 100644 --- a/hw/xfree86/common/xf86str.h +++ b/hw/xfree86/common/xf86str.h @@ -348,7 +348,7 @@ typedef struct _DriverRec { * functions to configuration tools, the Xserver, or any other * application/module interested in such information. */ -typedef struct _ModuleInfoRec { +_X_DEPRECATED typedef struct _ModuleInfoRec { int moduleVersion; char * moduleName; pointer module; |