babl: comment out unused model_is_rgba
authorØyvind Kolås <pippin@gimp.org>
Mon, 12 Nov 2018 22:36:42 +0000 (23:36 +0100)
committerØyvind Kolås <pippin@gimp.org>
Sat, 24 Nov 2018 00:20:49 +0000 (01:20 +0100)
babl/babl-conversion.c

index 011765c53b722ca156bf4b0a46306ef0ae884c2b..ef68fd36b89597e7bae8850f66ec110957bfbd09 100644 (file)
@@ -26,6 +26,7 @@
 #include "babl-db.h"
 #include "babl-ref-pixels.h"
 
+#if 0
 static int model_is_rgba (const Babl *model)
 {
   const Babl *RGBA = babl_model_from_id (BABL_RGBA);
@@ -33,6 +34,7 @@ static int model_is_rgba (const Babl *model)
     return 1;
   return 0;
 }
+#endif
 
 
 static void