[gtk+/gtk-2-24] gtk-demo: Remove unused functions



commit 5f044d33ef95fba2fabf864ae5cc9076139f8fb2
Author: Benjamin Otte <otte redhat com>
Date:   Wed Nov 17 06:17:55 2010 +0100

    gtk-demo: Remove unused functions

 demos/gtk-demo/appwindow.c |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)
---
diff --git a/demos/gtk-demo/appwindow.c b/demos/gtk-demo/appwindow.c
index 0e5c37d..148e73e 100644
--- a/demos/gtk-demo/appwindow.c
+++ b/demos/gtk-demo/appwindow.c
@@ -58,25 +58,6 @@ activate_radio_action (GtkAction *action, GtkRadioAction *current)
 }
 
 static void
-activate_email (GtkAboutDialog *about,
-		const gchar    *link,
-		gpointer        data)
-{
-  gchar *text;
-  text = g_strdup_printf ("send mail to %s", link);
-  g_print ("%s\n", text);
-  g_free (text);
-}
-
-static void
-activate_url (GtkAboutDialog *about,
-	      const gchar    *link,
-	      gpointer        data)
-{
-  g_print ("show url %s\n", link);
-}
-
-static void
 about_cb (GtkAction *action,
 	  GtkWidget *window)
 {



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