pidgin/pidginui.c

changeset 42833
b83bb3a80b7a
parent 42777
8b4f02641aa9
child 42913
3da85f0c0ee6
--- a/pidgin/pidginui.c	Tue Aug 06 00:00:47 2024 -0500
+++ b/pidgin/pidginui.c	Tue Aug 06 00:14:25 2024 -0500
@@ -30,7 +30,6 @@
 
 #include "pidginui.h"
 
-#include "gtknotify.h"
 #include "gtkrequest.h"
 #include "gtkwhiteboard.h"
 #include "pidgincore.h"
@@ -123,12 +122,10 @@
 	                                pidgin_ui_protocol_foreach_theme_cb, NULL);
 
 	/* Set the UI operation structures. */
-	purple_notify_set_ui_ops(pidgin_notify_get_ui_ops());
 	purple_request_set_ui_ops(pidgin_request_get_ui_ops());
 	purple_whiteboard_set_ui_ops(pidgin_whiteboard_get_ui_ops());
 
 	pidgin_request_init();
-	pidgin_notify_init();
 
 	return TRUE;
 }
@@ -138,7 +135,6 @@
 	/* Be sure to close all windows that are not attached to anything
 	 * (e.g., the debug window), or they may access things after they are
 	 * shut down. */
-	pidgin_notify_uninit();
 	pidgin_request_uninit();
 	pidgin_debug_window_hide();
 	pidgin_debug_uninit();

mercurial