diff options
author | recht <recht> | 2004-01-10 14:24:49 +0000 |
---|---|---|
committer | recht <recht> | 2004-01-10 14:24:49 +0000 |
commit | 8d42fbc14c4a79cfa128f9a70e2e5227cd69a694 (patch) | |
tree | 7538ba55d01e74e511ef94e1772002e47a22f274 /x11/wxGTK/patches | |
parent | bcf6ff1fbbce55c3fe5a3e4cdb22fb8ff9df26c1 (diff) | |
download | pkgsrc-8d42fbc14c4a79cfa128f9a70e2e5227cd69a694.tar.gz |
remove unused patch
Diffstat (limited to 'x11/wxGTK/patches')
-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; } |