removed now unneeded _skey member from union. Part of the revert of bug

2007-08-11  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/tinyscheme/scheme-private.h: removed now
	unneeded _skey member from union. Part of the revert of bug 
#374854.


svn path=/trunk/; revision=23209
This commit is contained in:
Sven Neumann 2007-08-11 15:29:40 +00:00 committed by Sven Neumann
parent cd92f46891
commit 24a2252a9a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-08-11 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/tinyscheme/scheme-private.h: removed now
unneeded _skey member from union. Part of the revert of bug #374854.
2007-08-11 Sven Neumann <sven@gimp.org>
* app/widgets/gimphistogramview.c (gimp_histogram_view_draw_spike):

View File

@ -36,7 +36,6 @@ struct cell {
union {
struct {
char *_svalue;
char *_skey;
int _length;
} _string;
num _number;