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 /fiv.c | |
parent | c6d89361a5e2a46818d67ce4a21856ddecc129a4 (diff) | |
download | fiv-250f2f0f758a5f3ea0f3174843dbf55fc73b1370.tar.gz fiv-250f2f0f758a5f3ea0f3174843dbf55fc73b1370.tar.xz fiv-250f2f0f758a5f3ea0f3174843dbf55fc73b1370.zip |
WIP: Thread-safe colour management
Diffstat (limited to 'fiv.c')
-rw-r--r-- | fiv.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2583,8 +2583,6 @@ on_app_handle_local_options(G_GNUC_UNUSED GApplication *app, return 0; } - fiv_io_cmm_init(); - // Normalize all arguments to URIs, and run thumbnailing modes first. for (gsize i = 0; o.args && o.args[i]; i++) { GFile *resolved = g_file_new_for_commandline_arg(o.args[i]); |