chiark / gitweb /
Removed unused code
authorespen <espen>
Mon, 20 Dec 2004 20:00:46 +0000 (20:00 +0000)
committerespen <espen>
Mon, 20 Dec 2004 20:00:46 +0000 (20:00 +0000)
gtk/alien/glue.c

index a139c61f6f6dbd5af2e8d4a23a81e23d73c0f99f..f26ec680a38e2b62414de55fdd629a4f946a84f7 100644 (file)
@@ -16,7 +16,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-/* $Id: glue.c,v 1.3 2004-12-20 00:45:24 espen Exp $ */
+/* $Id: glue.c,v 1.4 2004-12-20 20:00:46 espen Exp $ */
 
 
 #include <gtk/gtk.h>
@@ -99,28 +99,6 @@ gtk_window_get_default (GtkWindow *window)
 }
 
 
-/* Paned */
-
-GtkWidget*
-gtk_paned_child1 (GtkPaned *paned, guint *resize, guint *shrink)
-{
-  *resize = paned->child1_resize;
-  *shrink = paned->child1_shrink;
-  
-  return paned->child1;
-}
-
-
-GtkWidget*
-gtk_paned_child2 (GtkPaned *paned, guint *resize, guint *shrink)
-{
-  *resize = paned->child2_resize;
-  *shrink = paned->child2_shrink;
-  
-  return paned->child2;
-}
-
-
 /* Layout */
 
 GdkWindow*