aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-10-03 02:09:38 +0800
committerChristian Persch <chpe@src.gnome.org>2005-10-03 02:09:38 +0800
commite0f3dcd65974fb31e29854907dd51036cb4fb396 (patch)
tree446ec11532a6147b456c3213c576841f9c710cb0
parentdf8be6692a717bf115b13cbc3914be35ba9c328a (diff)
downloadgsoc2013-epiphany-e0f3dcd65974fb31e29854907dd51036cb4fb396.tar
gsoc2013-epiphany-e0f3dcd65974fb31e29854907dd51036cb4fb396.tar.gz
gsoc2013-epiphany-e0f3dcd65974fb31e29854907dd51036cb4fb396.tar.bz2
gsoc2013-epiphany-e0f3dcd65974fb31e29854907dd51036cb4fb396.tar.lz
gsoc2013-epiphany-e0f3dcd65974fb31e29854907dd51036cb4fb396.tar.xz
gsoc2013-epiphany-e0f3dcd65974fb31e29854907dd51036cb4fb396.tar.zst
gsoc2013-epiphany-e0f3dcd65974fb31e29854907dd51036cb4fb396.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.
-rw-r--r--ChangeLog6
-rwxr-xr-xembed/print-dialog.c1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cb4eb9b2..e8f7088fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-10-02 Christian Persch <chpe@cvs.gnome.org>
+ * embed/print-dialog.c: (ephy_print_do_print_idle_cb):
+
+ Remove unused variable.
+
+2005-10-02 Christian Persch <chpe@cvs.gnome.org>
+
* lib/widget/ephy-spinner.c:
Remove unused code.
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;