From 1b1d131cb7d9688e15bd42e4b4e300560d24fb83 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Mon, 4 Jul 2016 21:28:21 +0200 Subject: [PATCH] app-editor/scite: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/1826 Signed-off-by: Patrice Clement --- app-editors/scite/files/scite-3.0.1-no-lua.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 app-editors/scite/files/scite-3.0.1-no-lua.patch diff --git a/app-editors/scite/files/scite-3.0.1-no-lua.patch b/app-editors/scite/files/scite-3.0.1-no-lua.patch deleted file mode 100644 index d63416a81eb7..000000000000 --- a/app-editors/scite/files/scite-3.0.1-no-lua.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -Nru 3.0.1.vanilla/scite/src/SciTEProps.cxx 3.0.1/scite/src/SciTEProps.cxx ---- 3.0.1.vanilla/scite/src/SciTEProps.cxx 2011-11-30 19:39:41.059801342 +0100 -+++ 3.0.1/scite/src/SciTEProps.cxx 2011-11-30 19:39:53.211835004 +0100 -@@ -1702,10 +1702,12 @@ - - // return the int value of the command name passed in. - int SciTEBase::GetMenuCommandAsInt(SString commandName) { -+#ifndef NO_LUA - int i = IFaceTable::FindConstant(commandName.c_str()); - if (i != -1) { - return IFaceTable::constants[i].value; - } -+#endif - // Otherwise we might have entered a number as command to access a "SCI_" command - return commandName.value(); - } -- 2.26.2