diff --git a/WINGs/wcolorpanel.c b/WINGs/wcolorpanel.c index 60655cdf..0653be6a 100644 --- a/WINGs/wcolorpanel.c +++ b/WINGs/wcolorpanel.c @@ -36,9 +36,6 @@ #include #include -#define RETRY( x ) do { \ - x; \ - } while (errno == EINTR); /* BUG There's something fishy with shaped windows */ /* Whithout shape extension the magnified image is completely broken -Dan */ diff --git a/util/getstyle.c b/util/getstyle.c index 08909a84..bf321c30 100644 --- a/util/getstyle.c +++ b/util/getstyle.c @@ -48,10 +48,6 @@ #include "common.h" -#define RETRY( x ) do { \ - x; \ - } while (errno == EINTR); - #ifndef PATH_MAX #define PATH_MAX 1024 #endif