diff options
author | Adam Jackson <ajax@redhat.com> | 2008-08-19 15:28:02 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-08-19 15:28:02 -0400 |
commit | eecfd24481b5768692409666b16b666e71ec97f8 (patch) | |
tree | 00124a190b06ed4974844fa66b5df39799eb399d | |
parent | 574442b906fa8ff600d2fd32fdb2bf953b3bb5fa (diff) |
Remove useless call to xf86AddModuleInfo
-rw-r--r-- | src/kbd.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -872,13 +872,8 @@ xf86KbdPlug(pointer module, { static Bool Initialised = FALSE; - if (!Initialised) { + if (!Initialised) Initialised = TRUE; -#ifndef REMOVE_LOADER_CHECK_MODULE_INFO - if (xf86LoaderCheckSymbol("xf86AddModuleInfo")) -#endif - xf86AddModuleInfo(&KbdInfo, module); - } xf86AddInputDriver(&KBD, module, 0); |