add new comparison method rgb_difference that resembles arithmetical difference per...
[imager.git] / imio.h
diff --git a/imio.h b/imio.h
index 557097b4eb01a8e7c57a4970c72300eecb8673e3..6d5cea4fdef085f77e6ee760e205449dea2e9d87 100644 (file)
--- a/imio.h
+++ b/imio.h
@@ -17,8 +17,6 @@ void  i_mempool_extend(i_mempool *mp);
 void *i_mempool_alloc(i_mempool *mp, size_t size);
 void  i_mempool_destroy(i_mempool *mp);
 
-
-
 #ifdef _MSC_VER
 #undef min
 #undef max
@@ -26,9 +24,4 @@ void  i_mempool_destroy(i_mempool *mp);
 
 extern unsigned long i_utf8_advance(char const **p, size_t *len);
 
-/* XXX Shouldn't these go away? */
-
-int i_min(int a,int b);
-int i_max(int x,int y);
-
 #endif