talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 9a67445c1f14544cd470900296c120fe40be46d9
parent 6349de35413165245b73022b83329e3fdcc89da4
Author: paul <paul@claws-mail.org>
Date:   Fri, 22 Nov 2019 13:53:02 +0000

remove menu_button_position(), no longer used

Diffstat:
Msrc/gtk/menu.h | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/gtk/menu.h b/src/gtk/menu.h @@ -98,12 +98,6 @@ gint menu_find_option_menu_index(GtkCMOptionMenu *optmenu, gpointer data, GCompareFunc func); #endif -void menu_button_position (GtkMenu *menu, - gint *x, - gint *y, - gboolean *push_in, - gpointer user_data); - void menu_set_sensitive_all(GtkMenuShell *menu_shell, gboolean sensitive); #endif /* __MENU_H__ */