diff options
author | Eric Anholt <eric@anholt.net> | 2014-04-05 10:55:45 +0100 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2014-08-07 12:39:48 -0700 |
commit | 850b268e2b9e49445a22e041a356d8ff26ae2147 (patch) | |
tree | e33cd3e161f1aa67f9cddd4b79cb91fc5a443dd9 /Xext/xvdix.h | |
parent | 41d4a626c6ceb15d5b008dca00c6f5032ddd9556 (diff) |
xv: Remove the no-op AllocatePort/FreePort interfaces.
v2: Fix accidentally squashed-in change for dropping client from the
arguments, which should have been in the next commit.
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Keith Packard <keithp@keithp.com> (v2)
Diffstat (limited to 'Xext/xvdix.h')
-rw-r--r-- | Xext/xvdix.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Xext/xvdix.h b/Xext/xvdix.h index 828f67cd1..9bbfcdebd 100644 --- a/Xext/xvdix.h +++ b/Xext/xvdix.h @@ -157,9 +157,6 @@ typedef struct { int nPorts; struct _XvPortRec *pPorts; ScreenPtr pScreen; - int (*ddAllocatePort) (unsigned long, struct _XvPortRec *, - struct _XvPortRec **); - int (*ddFreePort) (struct _XvPortRec *); int (*ddPutVideo) (ClientPtr, DrawablePtr, struct _XvPortRec *, GCPtr, INT16, INT16, CARD16, CARD16, INT16, INT16, CARD16, CARD16); |