diff --git a/testsuite/a11y/text.c b/testsuite/a11y/text.c index 454e18c469..ef5a713851 100644 --- a/testsuite/a11y/text.c +++ b/testsuite/a11y/text.c @@ -45,7 +45,6 @@ update_caret_pos (GtkATContext *context, static void update_selection_bound (GtkATContext *context, - guint selection_bound, gpointer data) { TestData *td = data; diff --git a/testsuite/a11y/textview.c b/testsuite/a11y/textview.c index 5eb0d40659..d0a8fff92a 100644 --- a/testsuite/a11y/textview.c +++ b/testsuite/a11y/textview.c @@ -72,7 +72,6 @@ update_caret_pos (GtkATContext *context, static void update_selection_bound (GtkATContext *context, - guint selection_bound, gpointer data) { TestData *td = data;