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-11-22 20:37:38 +0000
commit1e010f94aad65d34ea78b087ead971aeaa7a5a20 (patch)
treeaf7806a525e4c6947e0e8b97c8a3014f88dba756
parentfad73c2c37cd9458da4cf88586e0fa1c099c6b5a (diff)
downloadnautilus-1e010f94aad65d34ea78b087ead971aeaa7a5a20.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 f274296d0..6d0dd92d5 100644
--- a/src/nautilus-pathbar.c
+++ b/src/nautilus-pathbar.c
@@ -801,8 +801,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