diff options
author | recht <recht@pkgsrc.org> | 2004-01-10 14:24:49 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-01-10 14:24:49 +0000 |
commit | c64eece278afe53440b5a7c78fa2efc243fa2572 (patch) | |
tree | 7538ba55d01e74e511ef94e1772002e47a22f274 /x11 | |
parent | d183e21403b6c4d6a5ef69ce4cc147c62d3a2e96 (diff) | |
download | pkgsrc-c64eece278afe53440b5a7c78fa2efc243fa2572.tar.gz |
remove unused patch
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wxGTK/patches/patch-af | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/x11/wxGTK/patches/patch-af b/x11/wxGTK/patches/patch-af deleted file mode 100644 index 363b36f8af8..00000000000 --- a/x11/wxGTK/patches/patch-af +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-af,v 1.1 2003/09/09 11:54:56 recht Exp $ - ---- include/wx/menuitem.h.orig 2003-09-09 12:37:07.000000000 +0200 -+++ include/wx/menuitem.h 2003-09-09 12:37:31.000000000 +0200 -@@ -49,6 +49,7 @@ - - // the menu we're in - wxMenu *GetMenu() const { return m_parentMenu; } -+ void SetMenu(wxMenu* menu) { m_parentMenu = menu; } - - // get/set id - void SetId(int id) { m_id = id; } |