[babl] babl-cache: remove win32 bail at start of loading code



commit 805ef2ffc7addd8c80399533f53d98ac82f74338
Author: Øyvind Kolås <pippin gimp org>
Date:   Tue Nov 22 22:53:36 2016 +0100

    babl-cache: remove win32 bail at start of loading code

 babl/babl-cache.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/babl/babl-cache.c b/babl/babl-cache.c
index db8c3b5..7dd764d 100644
--- a/babl/babl-cache.c
+++ b/babl/babl-cache.c
@@ -221,9 +221,6 @@ void babl_init_db (void)
   const Babl  *from_format = NULL;
   const Babl  *to_format   = NULL;
   time_t tim = time (NULL);
-#ifdef _WIN32  // XXX: fixme - make this work on windows
-  return;
-#endif
 
   if (getenv ("BABL_DEBUG_CONVERSIONS"))
     return;


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