From 8717a918039d7f0ac15e0ec8181c172f58a4d696 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 22 Jan 2005 16:43:58 +0000 Subject: [PATCH] * compilation fix. --- src/graphics.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/graphics.c b/src/graphics.c index 848c8f4..23fd987 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -433,12 +433,8 @@ void caca_putchar(int x, int y, char c) */ void caca_putstr(int x, int y, char const *s) { -#if defined(USE_CONIO) | defined(USE_X11) | defined(USE_WIN32) char *charbuf; -#endif -#if defined(USE_X11) | defined(USE_WIN32) char *attrbuf; -#endif char const *t; unsigned int len;