Skip to content

Commit

Permalink
lapiz-search-dialog: remove unused parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed May 16, 2024
1 parent 4a5bd2e commit d9c80c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lapiz/dialogs/lapiz-search-dialog.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ static void
insert_text_handler (CtkEditable *editable,
const gchar *text,
gint length,
gint *position,
gpointer data)
gint *position)
{
static gboolean insert_text = FALSE;
gchar *escaped_text;
Expand Down Expand Up @@ -243,8 +242,7 @@ search_text_entry_changed (CtkEditable *editable,

static void
response_handler (LapizSearchDialog *dialog,
gint response_id,
gpointer data)
gint response_id)
{
const gchar *str;

Expand Down

0 comments on commit d9c80c4

Please sign in to comment.