From 823b39252083096c0087a23a47b3daf4283ff1bf Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Thu, 27 Nov 2003 16:10:01 +0000 Subject: [PATCH] Using the HAVE_XSHM of config.h Original commit message from CVS: Using the HAVE_XSHM of config.h --- sys/ximage/ximagesink.h | 3 --- sys/xvimage/xvimagesink.h | 5 ----- 2 files changed, 8 deletions(-) diff --git a/sys/ximage/ximagesink.h b/sys/ximage/ximagesink.h index 5013c5fcd4..becd234468 100644 --- a/sys/ximage/ximagesink.h +++ b/sys/ximage/ximagesink.h @@ -22,9 +22,6 @@ #include -/* FIXME : We should have a configure test for shm support */ -#define HAVE_XSHM - #ifdef HAVE_XSHM #include #include diff --git a/sys/xvimage/xvimagesink.h b/sys/xvimage/xvimagesink.h index 7adc850d61..62a1043dbb 100644 --- a/sys/xvimage/xvimagesink.h +++ b/sys/xvimage/xvimagesink.h @@ -22,9 +22,6 @@ #include -/* FIXME : We should have a configure test for shm support */ -#define HAVE_XSHM - #ifdef HAVE_XSHM #include #include @@ -40,8 +37,6 @@ #include #include - - #include #include