diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | embed/print-dialog.c | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2005-10-02 Christian Persch <chpe@cvs.gnome.org> + + * embed/print-dialog.c: (ephy_print_do_print_idle_cb): + + Remove unused variable. + 2005-10-01 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-spinner.c: (ephy_spinner_init), diff --git a/embed/print-dialog.c b/embed/print-dialog.c index cc920d181..05b93749e 100755 --- a/embed/print-dialog.c +++ b/embed/print-dialog.c @@ -310,7 +310,6 @@ static gboolean ephy_print_do_print_idle_cb (EmbedPrintInfo *info) { GnomePrintJob *job; - int ret; /* Sometimes mozilla doesn't even create the temp file!? */ if (g_file_test (info->tempfile, G_FILE_TEST_EXISTS) == FALSE) return FALSE; |