summaryrefslogtreecommitdiff
path: root/backend/kodakaio.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/kodakaio.h')
-rw-r--r--backend/kodakaio.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/backend/kodakaio.h b/backend/kodakaio.h
index 6804e3b..2e81592 100644
--- a/backend/kodakaio.h
+++ b/backend/kodakaio.h
@@ -46,12 +46,6 @@
#include "../include/sane/sanei_debug.h"
#include "../include/sane/sanei_backend.h"
-#ifdef __GNUC__
-#define __func__ __FUNCTION__
-#else
-#define __func__ "(undef)"
-#endif
-
/* Silence the compiler for unused arguments */
#define NOT_USED(x) ( (void)(x) )