aboutsummaryrefslogtreecommitdiff
path: root/tools/benchmark-raw.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-01-27 23:09:32 +0100
committerPřemysl Eric Janouch <p@janouch.name>2024-01-27 23:10:32 +0100
commit250f2f0f758a5f3ea0f3174843dbf55fc73b1370 (patch)
tree4e05028c7b620e676a63953622e22883e1a81ad5 /tools/benchmark-raw.c
parentc6d89361a5e2a46818d67ce4a21856ddecc129a4 (diff)
downloadfiv-250f2f0f758a5f3ea0f3174843dbf55fc73b1370.tar.gz
fiv-250f2f0f758a5f3ea0f3174843dbf55fc73b1370.tar.xz
fiv-250f2f0f758a5f3ea0f3174843dbf55fc73b1370.zip
WIP: Thread-safe colour management
Diffstat (limited to 'tools/benchmark-raw.c')
-rw-r--r--tools/benchmark-raw.c2
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");