Remove the prototype for pidgin_dialogs_log which was missed when the logging api was removed

Thu, 28 Oct 2021 23:25:56 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 28 Oct 2021 23:25:56 -0500
changeset 41151
e6aa2d7ccbb3
parent 41150
b60171ce4589
child 41152
1dda9fb5d8ae

Remove the prototype for pidgin_dialogs_log which was missed when the logging api was removed

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/1109/

pidgin/gtkdialogs.h file | annotate | diff | comparison | revisions
--- a/pidgin/gtkdialogs.h	Thu Oct 28 22:11:33 2021 -0500
+++ b/pidgin/gtkdialogs.h	Thu Oct 28 23:25:56 2021 -0500
@@ -36,7 +36,6 @@
 void pidgin_dialogs_im(void);
 void pidgin_dialogs_im_with_user(PurpleAccount *account, const char *username);
 void pidgin_dialogs_info(void);
-void pidgin_dialogs_log(void);
 
 void pidgin_dialogs_alias_buddy(PurpleBuddy *buddy);
 void pidgin_dialogs_alias_chat(PurpleChat *chat);

mercurial