widget: Remove a leftover vfunc
The popup-menu signal is gone, so we can remove the vfunc.
This commit is contained in:
@@ -262,9 +262,6 @@ struct _GtkWidgetClass
|
||||
gboolean (* keynav_failed) (GtkWidget *widget,
|
||||
GtkDirectionType direction);
|
||||
|
||||
/* Signals used only for keybindings */
|
||||
gboolean (* popup_menu) (GtkWidget *widget);
|
||||
|
||||
/* accessibility support
|
||||
*/
|
||||
AtkObject * (* get_accessible) (GtkWidget *widget);
|
||||
|
||||
Reference in New Issue
Block a user