summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/wxGTK/patches/patch-af12
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; }