summaryrefslogtreecommitdiff
path: root/src/apm_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/apm_video.c')
-rw-r--r--src/apm_video.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/apm_video.c b/src/apm_video.c
index 9b5b601..393e18d 100644
--- a/src/apm_video.c
+++ b/src/apm_video.c
@@ -26,10 +26,6 @@ static void ApmQueryBestSize(ScrnInfoPtr, Bool, short, short, short,
static int ApmQueryImageAttributes(ScrnInfoPtr, int,
unsigned short *, unsigned short *,
int *, int *);
-#ifndef XV_NEW_REPUT
-static int A(ReputImage)(ScrnInfoPtr, short, short, RegionPtr, pointer,
- DrawablePtr);
-#endif
static int A(PutImage)(ScrnInfoPtr, short, short, short, short, short,
short, short, short, int, unsigned char*,
short, short, Bool, RegionPtr, pointer,
@@ -335,9 +331,6 @@ A(SetupImageVideo)(ScreenPtr pScreen)
adapt->GetPortAttribute = ApmGetPortAttribute;
adapt->QueryBestSize = ApmQueryBestSize;
adapt->PutImage = A(PutImage);
-#ifndef XV_NEW_REPUT
- adapt->ReputImage = A(ReputImage);
-#endif
adapt->QueryImageAttributes = ApmQueryImageAttributes;
pPriv->brightness = 0;