gEDA-dev: [PATCH] gschem: Fix unused variable warning (trivial)
Peter TB Brett
peter at peter-b.co.uk
Tue Aug 8 04:44:54 EDT 2006
Fixes a warning when compiling x_fileselect.c.
Trivial patch.
diff --git a/geda/gaf/gschem/src/x_fileselect.c
b/geda/gaf/gschem/src/x_fileselect.c
index 3fe23b3..1786d82 100644
--- a/geda/gaf/gschem/src/x_fileselect.c
+++ b/geda/gaf/gschem/src/x_fileselect.c
@@ -2229,7 +2229,6 @@ void x_fileselect_setup (TOPLEVEL *w_cur
#if ((GTK_MAJOR_VERSION > 2) || \
((GTK_MAJOR_VERSION == 2) && (GTK_MINOR_VERSION >= 4)) )
- GtkImage *preview_widget;
gchar *title;
FILEDIALOG *f_current;
if (type < 0 || type > 2) {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.seul.org/pipermail/geda-dev/attachments/20060808/4ee66963/attachment.pgp
More information about the geda-dev
mailing list