[babl] remove some left-over dead code



commit ec2bbd3f89f7cef65edd15d6d8fa516259714241
Author: �yvind Kolås <pippin gimp org>
Date:   Sun Jun 27 18:01:12 2010 +0100

    remove some left-over dead code

 babl/babl-sampling.c |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/babl/babl-sampling.c b/babl/babl-sampling.c
index a3fa3a6..d2e43d6 100644
--- a/babl/babl-sampling.c
+++ b/babl/babl-sampling.c
@@ -42,14 +42,6 @@ babl_sampling (int horizontal,
   return NULL;
 }
 
-
-static int
-each_babl_sampling_destroy (Babl *babl,
-                            void *data)
-{
-  return 0; 
-}
-
 void
 babl_sampling_class_for_each (BablEachFunction each_fun,
                               void            *user_data)
@@ -66,13 +58,6 @@ babl_sampling_class_for_each (BablEachFunction each_fun,
       }
 }
 
-
-void
-babl_sampling_class_destroy (void)
-{
-  babl_sampling_class_for_each (each_babl_sampling_destroy, NULL);
-}
-
 void
 babl_sampling_class_init (void)
 {



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