diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-01-27 23:09:32 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-01-27 23:10:32 +0100 |
commit | 250f2f0f758a5f3ea0f3174843dbf55fc73b1370 (patch) | |
tree | 4e05028c7b620e676a63953622e22883e1a81ad5 /tools | |
parent | c6d89361a5e2a46818d67ce4a21856ddecc129a4 (diff) | |
download | fiv-250f2f0f758a5f3ea0f3174843dbf55fc73b1370.tar.gz fiv-250f2f0f758a5f3ea0f3174843dbf55fc73b1370.tar.xz fiv-250f2f0f758a5f3ea0f3174843dbf55fc73b1370.zip |
WIP: Thread-safe colour management
Diffstat (limited to 'tools')
-rw-r--r-- | tools/benchmark-raw.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/benchmark-raw.c b/tools/benchmark-raw.c index c19760e..a818efa 100644 --- a/tools/benchmark-raw.c +++ b/tools/benchmark-raw.c @@ -410,8 +410,6 @@ main(int argc, char *argv[]) // We don't need to call gdk_cairo_surface_create_from_pixbuf() here, // so don't bother initializing GDK. - fiv_io_cmm_init(); - // A mode to just extract all thumbnails to files for closer inspection. extract_mode = !!getenv("BENCHMARK_RAW_EXTRACT"); |