summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-05-10 23:58:30 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-05-11 00:11:37 -0400
commitb93631164f2c4c42994ba6cc1717c37f8a5083c5 (patch)
tree497b02b6c26080dea1b68ce59fb691fc7619da71 /gtk/gtkcalendar.c
parent46bad5d513e4715a912123f825226f3f2b096f06 (diff)
downloadgtk+-b93631164f2c4c42994ba6cc1717c37f8a5083c5.tar.gz
Remove lots of focus vfuncs
In many cases, the default widget vfuncs work just fine, combined with setting focusable.
Diffstat (limited to 'gtk/gtkcalendar.c')
-rw-r--r--gtk/gtkcalendar.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c
index 3afe2d8e55..deadca751f 100644
--- a/gtk/gtkcalendar.c
+++ b/gtk/gtkcalendar.c
@@ -361,9 +361,6 @@ gtk_calendar_class_init (GtkCalendarClass *class)
gobject_class->set_property = gtk_calendar_set_property;
gobject_class->get_property = gtk_calendar_get_property;
- widget_class->focus = gtk_widget_focus_all;
- widget_class->grab_focus = gtk_widget_grab_focus_self;
-
/**
* GtkCalendar:year:
*