]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcontainer.c
Removed some GTK_WIDGET_DRAWABLE() tests - we need to update the value
[~andy/gtk] / gtk / gtkcontainer.c
index e1b3e02aa4d3d83b815bd32859e3f8a19ca54070..e9b405bd1f138b1a63c5359d0ae50c602bd34e63 100644 (file)
@@ -711,24 +711,6 @@ gtk_container_remove (GtkContainer *container,
   gtk_signal_emit (GTK_OBJECT (container), container_signals[REMOVE], widget);
 }
 
-void
-gtk_container_block_resize (GtkContainer *container)
-{
-  g_return_if_fail (container != NULL);
-  g_return_if_fail (GTK_IS_CONTAINER (container));
-
-  g_message ("gtk_container_block_resize() is deprecated");
-}
-
-void
-gtk_container_unblock_resize (GtkContainer *container)
-{
-  g_return_if_fail (container != NULL);
-  g_return_if_fail (GTK_IS_CONTAINER (container));
-  
-  g_message ("gtk_container_unblock_resize() is deprecated");
-}
-
 void
 gtk_container_clear_resize_widgets (GtkContainer *container)
 {
@@ -782,15 +764,6 @@ gtk_container_set_resize_mode (GtkContainer  *container,
     }
 }
 
-gint    
-gtk_container_need_resize (GtkContainer     *container)
-{
-  g_message ("gtk_container_need_resize() is deprecated");
-
-  gtk_container_check_resize (container);
-  return FALSE;
-}
-
 static GtkContainer*
 gtk_container_get_resize_container (GtkContainer *container)
 {