From d2ad569a74ad672d6ee5dbeac1b302f676bdbde7 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 2 Oct 2005 18:09:11 +0000 Subject: Remove unused variable. 2005-10-02 Christian Persch * embed/print-dialog.c: (ephy_print_do_print_idle_cb): Remove unused variable. --- embed/print-dialog.c | 1 - 1 file changed, 1 deletion(-) (limited to 'embed') 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; -- cgit v1.2.3