]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove 'glade_set_atk_action_description' prototype
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 26 Sep 2021 00:12:14 +0000 (17:12 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 28 Sep 2021 02:17:05 +0000 (19:17 -0700)
This function was removed in 514a0056e9dfaa90d2bef63bb2150b6bd86152c9.

cmd/smyrna/support.h

index bc5d0bdeec40c2f35f2d4e0bc6d5b99cb59a851d..e01977e0187212b44722920e127ad0fe66030891 100644 (file)
 #  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;