diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-10-03 02:09:11 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-10-03 02:09:11 +0800 |
commit | d2ad569a74ad672d6ee5dbeac1b302f676bdbde7 (patch) | |
tree | d3d045df5a2923ab59cd8a006244b42bd4518972 /embed | |
parent | b93acfe9668b0e1e12ba785fbf264a95920e0264 (diff) | |
download | gsoc2013-epiphany-d2ad569a74ad672d6ee5dbeac1b302f676bdbde7.tar gsoc2013-epiphany-d2ad569a74ad672d6ee5dbeac1b302f676bdbde7.tar.gz gsoc2013-epiphany-d2ad569a74ad672d6ee5dbeac1b302f676bdbde7.tar.bz2 gsoc2013-epiphany-d2ad569a74ad672d6ee5dbeac1b302f676bdbde7.tar.lz gsoc2013-epiphany-d2ad569a74ad672d6ee5dbeac1b302f676bdbde7.tar.xz gsoc2013-epiphany-d2ad569a74ad672d6ee5dbeac1b302f676bdbde7.tar.zst gsoc2013-epiphany-d2ad569a74ad672d6ee5dbeac1b302f676bdbde7.zip |
Remove unused variable.
2005-10-02 Christian Persch <chpe@cvs.gnome.org>
* embed/print-dialog.c: (ephy_print_do_print_idle_cb):
Remove unused variable.
Diffstat (limited to 'embed')
-rwxr-xr-x | embed/print-dialog.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |