[gtk/matthiasc/for-master: 4/16] stack: Remove nonexisting api from headers



commit 9dff4d6ff3ad49eb90b8dadb71abb69ea9c8c460
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jun 28 12:33:49 2020 -0400

    stack: Remove nonexisting api from headers
    
    The homogeneous property was dropped a while ago.

 gtk/gtkstack.h | 5 -----
 1 file changed, 5 deletions(-)
---
diff --git a/gtk/gtkstack.h b/gtk/gtkstack.h
index fd797c93a2..efe9168fc7 100644
--- a/gtk/gtkstack.h
+++ b/gtk/gtkstack.h
@@ -146,11 +146,6 @@ void                   gtk_stack_set_visible_child_full  (GtkStack
                                                           const gchar            *name,
                                                           GtkStackTransitionType  transition);
 GDK_AVAILABLE_IN_ALL
-void                   gtk_stack_set_homogeneous         (GtkStack               *stack,
-                                                          gboolean                homogeneous);
-GDK_AVAILABLE_IN_ALL
-gboolean               gtk_stack_get_homogeneous         (GtkStack               *stack);
-GDK_AVAILABLE_IN_ALL
 void                   gtk_stack_set_hhomogeneous        (GtkStack               *stack,
                                                           gboolean                hhomogeneous);
 GDK_AVAILABLE_IN_ALL


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]