diff pidgin/gtkdialogs.h @ 21344:80af064d311c

merge of '2511e448b3af6dfc5daebf1f6d4b485ef647c245' and '471ae1ec0ae96bb44471811c3a0d6b905743a400'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 22:59:44 +0000
parents 0b67d509a305 2ae1233bd6b2
children b00c94436918
line wrap: on
line diff
--- a/pidgin/gtkdialogs.h	Fri Nov 16 22:59:33 2007 +0000
+++ b/pidgin/gtkdialogs.h	Fri Nov 16 22:59:44 2007 +0000
@@ -31,19 +31,8 @@
 #include "conversation.h"
 
 /* Functions in gtkdialogs.c (these should actually stay in this file) */
-
 void pidgin_dialogs_destroy_all(void);
-
-/**
- * @deprecated Use pidgin_dialogs_about_with_parent() instead.
- */
 void pidgin_dialogs_about(void);
-
-/**
- * @since 2.3.0
- */
-void pidgin_dialogs_about_with_parent(GtkWindow *parent);
-
 void pidgin_dialogs_im(void);
 void pidgin_dialogs_im_with_user(PurpleAccount *, const char *);
 void pidgin_dialogs_info(void);