summaryrefslogtreecommitdiff
path: root/backend/magicolor.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/magicolor.h
parent2ca8a81bd0d99fe4d75c229d0e988d8ef710285f (diff)
move from support/1.0.27 to feature/1.0.27
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) )