mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
aboutdialog: Remove unused function
This commit is contained in:
parent
795e1b77e3
commit
49b7cef2c3
@ -552,30 +552,6 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
|
||||
g_type_class_add_private (object_class, sizeof (GtkAboutDialogPrivate));
|
||||
}
|
||||
|
||||
static gboolean
|
||||
website_clicked (GtkLabel *label,
|
||||
const gchar *uri,
|
||||
GtkAboutDialog *about)
|
||||
{
|
||||
GtkAboutDialogActivateLinkFunc url_hook;
|
||||
gpointer url_hook_data;
|
||||
|
||||
if (activate_url_hook_set)
|
||||
{
|
||||
url_hook = activate_url_hook;
|
||||
url_hook_data = activate_url_hook_data;
|
||||
}
|
||||
else
|
||||
{
|
||||
url_hook = default_url_hook;
|
||||
url_hook_data = NULL;
|
||||
}
|
||||
|
||||
url_hook (about, uri, url_hook_data);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
emit_activate_link (GtkAboutDialog *about,
|
||||
const gchar *uri)
|
||||
|
Loading…
Reference in New Issue
Block a user