]> Pileus Git - ~andy/gtk/commitdiff
Fix compilation with cups 1.1
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 22 Jun 2006 13:09:29 +0000 (13:09 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 22 Jun 2006 13:09:29 +0000 (13:09 +0000)
ChangeLog
ChangeLog.pre-2-10
modules/printbackends/cups/gtkprintbackendcups.c

index dab6160077670c18ad35bb664bf72c1544d4fa3d..1a369c0986817002fac42e1ea31c4d50cd43863b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/printbackends/cups/gtkprintbackendcups.c: Remove
+       an unused variable and make it compile with Cups 1.1.  (#345644,
+       Joseph Sacco)
+
 2006-06-21  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Bump version
index dab6160077670c18ad35bb664bf72c1544d4fa3d..1a369c0986817002fac42e1ea31c4d50cd43863b 100644 (file)
@@ -1,3 +1,9 @@
+2006-06-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/printbackends/cups/gtkprintbackendcups.c: Remove
+       an unused variable and make it compile with Cups 1.1.  (#345644,
+       Joseph Sacco)
+
 2006-06-21  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Bump version
index 1877aaa797996b6a7ad35246cebde49c89da363e..d484991c759c8b7d24b904b7a0573c047c0f0fc3 100644 (file)
@@ -2089,7 +2089,6 @@ cups_printer_get_options (GtkPrinter           *printer,
     {
       GtkPaperSize *paper_size;
       ppd_option_t *option;
-      ppd_coption_t *coption;
 
       ppdMarkDefaults (ppd_file);