builder: Stop using GtkBuildable.get_id
authorMatthias Clasen <mclasen@redhat.com>
Sun, 20 Nov 2022 19:34:39 +0000 (14:34 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 20 Nov 2022 19:35:36 +0000 (14:35 -0500)
commit92edd4c476917e83c5f50e5eab8aa5a0ad240793
tree043ba81a10f9c3913722a853d48a5be0f2bf23f3
parent8f24072354d286b435d11ca47301b881dd7a3748
builder: Stop using GtkBuildable.get_id

Drop the only implementation of this vfunc,
and stop using it. It isn't needed, and the
only implementation did the same thing GtkBuilder
does anyway.
gtk/gtkbuilder.c
gtk/gtkwidget.c