diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-30 21:12:49 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-30 21:12:49 +0800 |
commit | 6d01ebd4b9f73cbb40dc8880685fd1fd66374b4d (patch) | |
tree | 74a29137e839d40a7b8c79b6acec07dd650a7239 /devel | |
parent | 6d20af649614a7b0d870f9bb0fb3610a18d43cde (diff) | |
download | marcuscom-ports-6d01ebd4b9f73cbb40dc8880685fd1fd66374b4d.tar marcuscom-ports-6d01ebd4b9f73cbb40dc8880685fd1fd66374b4d.tar.gz marcuscom-ports-6d01ebd4b9f73cbb40dc8880685fd1fd66374b4d.tar.bz2 marcuscom-ports-6d01ebd4b9f73cbb40dc8880685fd1fd66374b4d.tar.lz marcuscom-ports-6d01ebd4b9f73cbb40dc8880685fd1fd66374b4d.tar.xz marcuscom-ports-6d01ebd4b9f73cbb40dc8880685fd1fd66374b4d.tar.zst marcuscom-ports-6d01ebd4b9f73cbb40dc8880685fd1fd66374b4d.zip |
These patches aren't needed anymore.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12767 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gir-repository/files/patch-gir_Gtk-custom.c | 16 | ||||
-rw-r--r-- | devel/gir-repository/files/patch-gir_Gtk-custom.h | 12 |
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); |