summaryrefslogtreecommitdiff
path: root/backend/kodakaio.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-15 11:25:39 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-15 11:25:39 +0200
commit1edb02101a9306fc711cd422ed507d18165b1691 (patch)
treebd2d48a139bfbe869f4f49359b63097931a45e7b /backend/kodakaio.h
parent2ca8a81bd0d99fe4d75c229d0e988d8ef710285f (diff)
move from support/1.0.27 to feature/1.0.27
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) )