mirror of https://github.com/GNOME/gimp.git
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:
parent
cd92f46891
commit
24a2252a9a
|
@ -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>
|
2007-08-11 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* app/widgets/gimphistogramview.c (gimp_histogram_view_draw_spike):
|
* app/widgets/gimphistogramview.c (gimp_histogram_view_draw_spike):
|
||||||
|
|
|
@ -36,7 +36,6 @@ struct cell {
|
||||||
union {
|
union {
|
||||||
struct {
|
struct {
|
||||||
char *_svalue;
|
char *_svalue;
|
||||||
char *_skey;
|
|
||||||
int _length;
|
int _length;
|
||||||
} _string;
|
} _string;
|
||||||
num _number;
|
num _number;
|
||||||
|
|
Loading…
Reference in New Issue