[gimp] script-fu: don't add "Erase Every Other Row" to the menus
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] script-fu: don't add "Erase Every Other Row" to the menus
- Date: Fri, 30 May 2014 21:28:56 +0000 (UTC)
commit b39f0757db9033d6a942cbee95e6ca4b6966db63
Author: Michael Natterer <mitch gimp org>
Date: Fri May 30 23:26:09 2014 +0200
script-fu: don't add "Erase Every Other Row" to the menus
because it's not only useless but also utterly slow.
plug-ins/script-fu/scripts/erase-rows.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/script-fu/scripts/erase-rows.scm b/plug-ins/script-fu/scripts/erase-rows.scm
index 4c5213a..b013d8b 100644
--- a/plug-ins/script-fu/scripts/erase-rows.scm
+++ b/plug-ins/script-fu/scripts/erase-rows.scm
@@ -49,5 +49,5 @@
SF-OPTION _"Erase/fill" '(_"Erase" _"Fill with BG")
)
-(script-fu-menu-register "script-fu-erase-rows"
- "<Image>/Filters/Distorts")
+; (script-fu-menu-register "script-fu-erase-rows"
+; "<Image>/Filters/Distorts")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]