Skip to content

Commit

Permalink
Removed extra arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
xhorak committed Jan 22, 2024
1 parent 579f56d commit 64e6b15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/open-uri.c
Original file line number Diff line number Diff line change
Expand Up @@ -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')
{
Expand Down

0 comments on commit 64e6b15

Please sign in to comment.