[babl/wip/pippin/inverted-cmyk: 6/11] babl: comment out unused	model_is_rgba
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [babl/wip/pippin/inverted-cmyk: 6/11] babl: comment out unused	model_is_rgba
- Date: Fri, 16 Nov 2018 20:52:11 +0000 (UTC)
commit ed8bffd235ff015e874881ec8f98d114f92742cc
Author: Øyvind Kolås <pippin gimp org>
Date:   Mon Nov 12 23:36:42 2018 +0100
    babl: comment out unused model_is_rgba
 babl/babl-conversion.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/babl/babl-conversion.c b/babl/babl-conversion.c
index 011765c..ef68fd3 100644
--- a/babl/babl-conversion.c
+++ b/babl/babl-conversion.c
@@ -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
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]