diff options
Diffstat (limited to 'editors/abiword/patches/patch-aj')
-rw-r--r-- | editors/abiword/patches/patch-aj | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/abiword/patches/patch-aj b/editors/abiword/patches/patch-aj deleted file mode 100644 index 5536957701e..00000000000 --- a/editors/abiword/patches/patch-aj +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-aj,v 1.9 2003/09/26 14:31:40 fredb Exp $ - ---- src/wp/ap/xp/ap_Menu_Id.h.orig 2001-11-08 20:27:10.000000000 -0600 -+++ src/wp/ap/xp/ap_Menu_Id.h -@@ -33,11 +33,15 @@ - - /* the following Id's must start at zero and be contiguous */ - -+ - #define menuitem(id) AP_MENU_ID_##id, -+#define menuitemlast(id) AP_MENU_ID_##id - - enum _Ap_Menu_Id - { -+#define MENUITEMLAST_IS_SPECIAL - #include "ap_Menu_Id_List.h" -+#undef MENUITEMLAST_IS_SPECIAL - }; - - |