diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-11-01 12:55:20 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-11-01 12:55:20 -0600 |
commit | 1c8d064c39468c8b1ae1e56074a8e470375bd1e0 (patch) | |
tree | e40b08ff59611aefa6ee37c56c1a5f0ec8c4196d /src | |
parent | b2fabbc1970ad84074fa9c90b44c6943bdcec4d4 (diff) |
remove unused funcs, macros
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/pipe/xlib/xm_surface.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mesa/pipe/xlib/xm_surface.c b/src/mesa/pipe/xlib/xm_surface.c index 1ac96513d8..6250e75de8 100644 --- a/src/mesa/pipe/xlib/xm_surface.c +++ b/src/mesa/pipe/xlib/xm_surface.c @@ -165,19 +165,6 @@ xget_image(XMesaDisplay *dpy, Drawable d, int x, int y, uint w, uint h) - -static INLINE struct xmesa_renderbuffer * -xmesa_rb(struct pipe_surface *ps) -{ - struct xmesa_surface *xms = xmesa_surface(ps); - return xms->xrb; -} - - -#define FLIP(Y) Y = xrb->St.Base.Height - (Y) - 1; - - - /** * Return raw pixels from pixmap or XImage. */ |