[babl] extensions/two-table: remove unused variable



commit f372f9d87ef3219486c27a7ec3d618ea15613a40
Author: Øyvind Kolås <pippin gimp org>
Date:   Tue Apr 24 20:15:03 2018 +0200

    extensions/two-table: remove unused variable

 extensions/two-table.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/extensions/two-table.c b/extensions/two-table.c
index 880adff..4b263cc 100644
--- a/extensions/two-table.c
+++ b/extensions/two-table.c
@@ -205,17 +205,6 @@ init (void)
 
   if (littleendian)
     {
-      const Babl *f32 = babl_format_new (
-        "name", "cairo-ARGB32",
-        babl_model ("R'aG'aB'aA"),
-        babl_type ("u8"),
-        babl_component ("B'a"),
-        babl_component ("G'a"),
-        babl_component ("R'a"),
-        babl_component ("A"),
-        NULL
-      );
-
       const Babl *f24 = babl_format_new (
         "name", "cairo-RGB24",
         babl_model ("R'G'B'"),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]