summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainerprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-03-24 08:35:27 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-03-24 08:38:59 -0400
commit7da97a3642d728c05d9a290e7608d337aaa697eb (patch)
treeb147655178b486b3db6cd39dad4b1ea0f36e6d7c /gtk/gtkcontainerprivate.h
parent329263f091e59426555b28a598185d3284514998 (diff)
downloadgtk+-7da97a3642d728c05d9a290e7608d337aaa697eb.tar.gz
Revert "Don't let themes override explicit border-width in dialogs"
This reverts commit 6e4567e73bceb66200b9605c51b4b5ad6e807483. For some reason, this causes buttons in message dialogs to have an unwanted border.
Diffstat (limited to 'gtk/gtkcontainerprivate.h')
-rw-r--r--gtk/gtkcontainerprivate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkcontainerprivate.h b/gtk/gtkcontainerprivate.h
index 79ed0b8720..dd989d2dc7 100644
--- a/gtk/gtkcontainerprivate.h
+++ b/gtk/gtkcontainerprivate.h
@@ -41,9 +41,6 @@ gboolean _gtk_container_get_reallocate_redraws (GtkContainer *container);
void _gtk_container_stop_idle_sizer (GtkContainer *container);
void _gtk_container_maybe_start_idle_sizer (GtkContainer *container);
-gboolean _gtk_container_get_border_width_set (GtkContainer *container);
-void _gtk_container_set_border_width_set (GtkContainer *container,
- gboolean border_width_set);
G_END_DECLS