summaryrefslogtreecommitdiffstats
path: root/devel/gir-repository
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gir-repository')
-rw-r--r--devel/gir-repository/files/patch-gir_Gtk-custom.c16
-rw-r--r--devel/gir-repository/files/patch-gir_Gtk-custom.h12
2 files changed, 0 insertions, 28 deletions
diff --git a/devel/gir-repository/files/patch-gir_Gtk-custom.c b/devel/gir-repository/files/patch-gir_Gtk-custom.c
deleted file mode 100644
index d881f454a..000000000
--- a/devel/gir-repository/files/patch-gir_Gtk-custom.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- 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)
diff --git a/devel/gir-repository/files/patch-gir_Gtk-custom.h b/devel/gir-repository/files/patch-gir_Gtk-custom.h
deleted file mode 100644
index 9e57dbca8..000000000
--- a/devel/gir-repository/files/patch-gir_Gtk-custom.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- gir/Gtk-custom.h.orig 2009-08-14 01:50:28.000000000 +0000
-+++ gir/Gtk-custom.h 2009-08-14 01:54:27.000000000 +0000
-@@ -15,7 +15,9 @@
- GtkRequisition* gtk_requisition_new (void);
- int gtk_requisition_get_width (const GtkRequisition *req);
- int gtk_requisition_get_height (const GtkRequisition *req);
-+#if 0
- const GtkAllocation* gtk_widget_get_allocation (const GtkWidget *wdg);
-+#endif
- GtkAllocation* gtk_allocation_new (void);
- int gtk_allocation_get_x (const GtkAllocation *all);
- int gtk_allocation_get_y (const GtkAllocation *all);