summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-07-11 13:35:57 +0300
committerAntónio Fernandes <antoniof@gnome.org>2021-08-15 20:15:32 +0100
commit48bb67fc453ea17483e46536644c6086773693d7 (patch)
treef13254eca2477f983419a2c2c33c69465a761467
parent1f3e8212b7db6a0d0866b385eee16b2bea006dc6 (diff)
downloadnautilus-48bb67fc453ea17483e46536644c6086773693d7.tar.gz
pathbar: Drop gtk_container_class_handle_border_width()
It's gone in GTK4 and removing this doesn't seem to cause any visual or behavorial change at the moment.
-rw-r--r--src/nautilus-pathbar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nautilus-pathbar.c b/src/nautilus-pathbar.c
index 68cd38639..54e464243 100644
--- a/src/nautilus-pathbar.c
+++ b/src/nautilus-pathbar.c
@@ -927,8 +927,6 @@ nautilus_path_bar_class_init (NautilusPathBarClass *path_bar_class)
g_cclosure_marshal_VOID__OBJECT,
G_TYPE_NONE, 1,
G_TYPE_FILE);
-
- gtk_container_class_handle_border_width (container_class);
}
void