qulogic/pidgin

Remove an old function prototype

7 months ago, Elliott Sales de Andrade
2cde2ccea465
Parents f7f248098e8f
Children 5de142a471e0
Remove an old function prototype

I could not find any usage or even a definition of it.

Testing Done:
Compiled.

Reviewed at https://reviews.imfreedom.org/r/2763/
--- a/pidgin/pidgincontactlistwindow.h Tue Oct 31 03:17:53 2023 -0500
+++ b/pidgin/pidgincontactlistwindow.h Tue Oct 31 18:50:36 2023 -0500
@@ -70,18 +70,6 @@
*/
GtkWidget *pidgin_contact_list_window_get_vbox(PidginContactListWindow *window);
-/**
- * pidgin_contact_list_window_get_menu_tray:
- * @window: The #PidginContactListWindow instance.
- *
- * Gets the #PidginMenuTray instance from the menu of @window.
- *
- * Returns: (transfer none): The #PidginMenuTray from the menu of @window.
- *
- * Since: 3.0.0
- */
-GtkWidget *pidgin_contact_list_window_get_menu_tray(PidginContactListWindow *window);
-
G_END_DECLS
#endif /* PIDGIN_CONTACT_LIST_WINDOW_H */