From cc5d24fa2530a9264cdde40b93345e8da7cbc0fa Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Wed, 6 Feb 2002 02:20:59 +0000 Subject: perr never used. CVS patchset: 1477 CVS date: 2002/02/06 02:20:59 --- src/xine-utils/xineutils.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index eb69d0da3..28ffb7620 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xineutils.h,v 1.8 2002/01/25 19:21:39 jkeil Exp $ + * $Id: xineutils.h,v 1.9 2002/02/06 02:20:59 f1rmb Exp $ * */ #ifndef XINEUTILS_H @@ -545,12 +545,6 @@ void xine_probe_fast_memcpy(config_values_t *config); /* Debugging/Monitoring */ -#ifdef __GNUC__ -#define perr(FMT,ARGS...) {fprintf(stderr, FMT, ##ARGS);fflush(stderr);} -#else /* C99 version: */ -#define perr(...) {fprintf(stderr, __VA_ARGS__);fflush(stderr);} -#endif - #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) || !defined(__GNUC__) #define xlerror(...) do { \ printf("XINE lib %s:%d:(%s) ", __FILE__, __LINE__, __XINE_FUNCTION__); \ -- cgit v1.2.3