aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/empathy-about-dialog.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/empathy-about-dialog.c b/src/empathy-about-dialog.c
index e3176c057..c1e18487c 100644
--- a/src/empathy-about-dialog.c
+++ b/src/empathy-about-dialog.c
@@ -33,10 +33,6 @@
#define WEB_SITE "http://live.gnome.org/Empathy"
-static void about_dialog_activate_link_cb (GtkAboutDialog *about,
- const gchar *link,
- gpointer data);
-
static const char *authors[] = {
"Alban Crequy",
"Andreas Lööw",
@@ -95,21 +91,11 @@ static const char *license[] = {
"51 Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA")
};
-static void
-about_dialog_activate_link_cb (GtkAboutDialog *about,
- const gchar *link_,
- gpointer data)
-{
- empathy_url_show (GTK_WIDGET (about), link_);
-}
-
void
empathy_about_dialog_new (GtkWindow *parent)
{
gchar *license_trans;
- gtk_about_dialog_set_url_hook (about_dialog_activate_link_cb, NULL, NULL);
-
license_trans = g_strconcat (_(license[0]), "\n\n",
_(license[1]), "\n\n",
_(license[2]), "\n\n",