summaryrefslogtreecommitdiff
path: root/gtk/gtkprinter.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-06-21 17:14:05 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-06-21 17:14:05 +0000
commita4290e7000a8144a397720e02022d4d5c9ed0395 (patch)
tree204f915a804c9344ffd17db2d88417781269862a /gtk/gtkprinter.c
parent1f97d71513abb87ae1e802ddfb4a3f580133700b (diff)
downloadgtk+-a4290e7000a8144a397720e02022d4d5c9ed0395.tar.gz
cleanup
Diffstat (limited to 'gtk/gtkprinter.c')
-rw-r--r--gtk/gtkprinter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprinter.c b/gtk/gtkprinter.c
index 65f7e223bd..eab78b3f9c 100644
--- a/gtk/gtkprinter.c
+++ b/gtk/gtkprinter.c
@@ -925,7 +925,7 @@ gtk_enumerate_printers (GtkPrinterFunc func,
gboolean wait)
{
PrinterList *printer_list;
- GList *printers, *node, *next;
+ GList *node, *next;
GtkPrintBackend *backend;
printer_list = g_new0 (PrinterList, 1);