From 64e6b156530ae62e3815ce887e07330ba3ed33da Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Mon, 22 Jan 2024 14:33:13 +0100 Subject: [PATCH] Removed extra arguments --- src/open-uri.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/open-uri.c b/src/open-uri.c index b38ec1415..624923e38 100644 --- a/src/open-uri.c +++ b/src/open-uri.c @@ -922,8 +922,7 @@ handle_open_in_thread_func (GTask *task, static gboolean handle_scheme_supported (XdpDbusOpenURI *object, GDBusMethodInvocation *invocation, - const gchar *arg_scheme, - GVariant *arg_options) + const gchar *arg_scheme) { if (arg_scheme == NULL || *arg_scheme == '\0') {