From: Matthew Fernandez Date: Sun, 26 Sep 2021 00:12:14 +0000 (-0700) Subject: smyrna: remove 'glade_set_atk_action_description' prototype X-Git-Tag: 2.49.2~33^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edf43bc78f16d77a93d4be63864ec5cd793099cd;p=graphviz smyrna: remove 'glade_set_atk_action_description' prototype This function was removed in 514a0056e9dfaa90d2bef63bb2150b6bd86152c9. --- 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;