summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/g3dvl/dri/XF86dri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/winsys/g3dvl/dri/XF86dri.c')
-rw-r--r--src/gallium/winsys/g3dvl/dri/XF86dri.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/gallium/winsys/g3dvl/dri/XF86dri.c b/src/gallium/winsys/g3dvl/dri/XF86dri.c
index 831a7603396..648f9af6f9c 100644
--- a/src/gallium/winsys/g3dvl/dri/XF86dri.c
+++ b/src/gallium/winsys/g3dvl/dri/XF86dri.c
@@ -589,30 +589,3 @@ PUBLIC Bool XF86DRIGetDeviceInfo(dpy, screen, hFrameBuffer,
TRACE("GetDeviceInfo... return True");
return True;
}
-
-PUBLIC Bool XF86DRIOpenFullScreen(dpy, screen, drawable)
- Display* dpy;
- int screen;
- Drawable drawable;
-{
- /* This function and the underlying X protocol are deprecated.
- */
- (void) dpy;
- (void) screen;
- (void) drawable;
- return False;
-}
-
-PUBLIC Bool XF86DRICloseFullScreen(dpy, screen, drawable)
- Display* dpy;
- int screen;
- Drawable drawable;
-{
- /* This function and the underlying X protocol are deprecated.
- */
- (void) dpy;
- (void) screen;
- (void) drawable;
- return True;
-}
-