Removed duplicate variable declaration from let block.

2006-12-09  Kevin Cozens  <kcozens@cvs.gnome.org>

	* plug-ins/script-fu/scripts/add-bevel.scm: Removed duplicate
	variable declaration from let block.
This commit is contained in:
Kevin Cozens 2006-12-09 22:49:07 +00:00 committed by Kevin Cozens
parent eb399ef161
commit 7ad6a43360
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-12-09 Kevin Cozens <kcozens@cvs.gnome.org>
* plug-ins/script-fu/scripts/add-bevel.scm: Removed duplicate
variable declaration from let block.
2006-12-09 Sven Neumann <sven@gimp.org>
* plug-ins/common/CEL.c

View file

@ -74,7 +74,6 @@
"Bumpmap"
100
NORMAL-MODE)))
(bevelling-whole-image)
(select)
)