summaryrefslogtreecommitdiffstats
path: root/devel/gir-repository/files/patch-gir_Gtk-custom.c
blob: d881f454af50da50e8995eba78757e84e146c384 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- gir/Gtk-custom.c.orig   2009-08-14 01:50:25.000000000 +0000
+++ gir/Gtk-custom.c    2009-08-14 01:54:04.000000000 +0000
@@ -56,11 +56,13 @@
     return req->height;
 }
 
+#if 0
 const GtkAllocation*
 gtk_widget_get_allocation(const GtkWidget *wdg)
 {
     return &wdg->allocation;
 }
+#endif
 
 GtkAllocation*
 gtk_allocation_new(void)