From edf43bc78f16d77a93d4be63864ec5cd793099cd Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 25 Sep 2021 17:12:14 -0700 Subject: [PATCH] smyrna: remove 'glade_set_atk_action_description' prototype This function was removed in 514a0056e9dfaa90d2bef63bb2150b6bd86152c9. --- cmd/smyrna/support.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cmd/smyrna/support.h b/cmd/smyrna/support.h index bc5d0bdee..e01977e01 100644 --- a/cmd/smyrna/support.h +++ b/cmd/smyrna/support.h @@ -30,15 +30,6 @@ # define N_(String) (String) #endif -/* - * Private Functions. - */ - -/* This is used to set ATK action descriptions. */ -void glade_set_atk_action_description(AtkAction * action, - const gchar * action_name, - const gchar * description); - /* These variables define various paths detected at runtime. */ extern gchar *package_prefix; extern gchar *package_data_dir; -- 2.40.0