about summary refs log tree commit diff
path: root/converter/other/fiasco/lib/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/fiasco/lib/macros.h')
-rw-r--r--converter/other/fiasco/lib/macros.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/converter/other/fiasco/lib/macros.h b/converter/other/fiasco/lib/macros.h
index 0bc80e7c..2f404a74 100644
--- a/converter/other/fiasco/lib/macros.h
+++ b/converter/other/fiasco/lib/macros.h
@@ -34,8 +34,6 @@
   
 *****************************************************************************/
 
-#define streq(str1, str2)	(strcmp ((str1), (str2)) == 0)
-#define strneq(str1, str2)	(strcmp ((str1), (str2)) != 0)
 #define square(x)		((x) * (x))
 #define first_band(color)	((unsigned) ((color) ? Y  : GRAY))
 #define last_band(color)        ((unsigned) ((color) ? Cr : GRAY))