diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-11-20 18:35:57 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-11-20 18:35:57 -0500 |
commit | 277345fb7065d74c3b0d076382affb78cbe67569 (patch) | |
tree | 78334c1fd77dc810fa290c7f8d2deec10c3a770f /Xext | |
parent | bf27edd365ffd275e5453f44d130eeacbfe0ecd9 (diff) |
registry: Remove registry code from XF86Bigfont extension.
Moving all the names into dix/registry.c
Diffstat (limited to 'Xext')
-rw-r--r-- | Xext/xf86bigfont.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Xext/xf86bigfont.c b/Xext/xf86bigfont.c index e2f589040..33627421d 100644 --- a/Xext/xf86bigfont.c +++ b/Xext/xf86bigfont.c @@ -71,7 +71,6 @@ #include "gcstruct.h" #include "dixfontstr.h" #include "extnsionst.h" -#include "registry.h" #define _XF86BIGFONT_SERVER_ #include <X11/extensions/xf86bigfstr.h> @@ -186,13 +185,7 @@ XFree86BigfontExtensionInit() # endif #endif #endif - } else - return; - - RegisterRequestName(extEntry->base, X_XF86BigfontQueryVersion, - XF86BIGFONTNAME ":QueryVersion"); - RegisterRequestName(extEntry->base, X_XF86BigfontQueryFont, - XF86BIGFONTNAME ":QueryFont"); + } } |