summaryrefslogtreecommitdiff
path: root/backend/magicolor.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/magicolor.h')
-rw-r--r--backend/magicolor.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/backend/magicolor.h b/backend/magicolor.h
index 7ea1e1e..b1195a0 100644
--- a/backend/magicolor.h
+++ b/backend/magicolor.h
@@ -44,13 +44,6 @@
#include "../include/sane/sanei_debug.h"
#include "../include/sane/sanei_backend.h"
-#ifdef __GNUC__
-#define __func__ __FUNCTION__
-#else
-#define __func__ "(undef)"
-/* I cast my vote for C99... :) */
-#endif
-
/* Silence the compiler for unused arguments */
#define NOT_USED(x) ( (void)(x) )