diff --git a/glucose/glucose.c b/glucose/glucose.c index b75a1d39e..076bb7e54 100644 --- a/glucose/glucose.c +++ b/glucose/glucose.c @@ -423,8 +423,6 @@ glucoseScreenInit (ScreenPtr pScreen, int flags) XGL_SCREEN_WRAP (CreateWindow, xglCreateWindow); XGL_SCREEN_WRAP (DestroyWindow, xglDestroyWindow); XGL_SCREEN_WRAP (ChangeWindowAttributes, xglChangeWindowAttributes); - XGL_SCREEN_WRAP (PaintWindowBackground, xglPaintWindowBackground); - XGL_SCREEN_WRAP (PaintWindowBorder, xglPaintWindowBorder); XGL_SCREEN_WRAP (CreateGC, xglCreateGC);