[gtk+/gtk-2-24] aboutdialog: Remove unused function



commit 49b7cef2c388c634c3af912916ac82e8ee21f280
Author: Benjamin Otte <otte redhat com>
Date:   Wed Nov 17 06:19:29 2010 +0100

    aboutdialog: Remove unused function

 gtk/gtkaboutdialog.c |   24 ------------------------
 1 files changed, 0 insertions(+), 24 deletions(-)
---
diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c
index c935628..f63fc32 100644
--- a/gtk/gtkaboutdialog.c
+++ b/gtk/gtkaboutdialog.c
@@ -553,30 +553,6 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
 }
 
 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)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]