[file-roller] removed unused variable
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller] removed unused variable
- Date: Mon, 17 Feb 2014 11:26:03 +0000 (UTC)
commit 07ac143fb5b3f1fafc6a0f9721121f6a01cac02c
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Feb 17 09:19:53 2014 +0100
removed unused variable
src/fr-window.c | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/src/fr-window.c b/src/fr-window.c
index 61fab82..00093b3 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -302,9 +302,6 @@ struct _FrWindowPrivate {
gint activity_ref; /* when > 0 some activity
* is present. */
- guint update_timeout_handle; /* update file list
- * timeout handle. */
-
gboolean stoppable;
gboolean closing;
gboolean notify;
@@ -490,11 +487,6 @@ fr_window_free_open_files (FrWindow *window)
static void
fr_window_free_private_data (FrWindow *window)
{
- if (window->priv->update_timeout_handle != 0) {
- g_source_remove (window->priv->update_timeout_handle);
- window->priv->update_timeout_handle = 0;
- }
-
if (window->priv->activity_timeout_handle != 0) {
g_source_remove (window->priv->activity_timeout_handle);
window->priv->activity_timeout_handle = 0;
@@ -5389,8 +5381,6 @@ fr_window_construct (FrWindow *window)
window->priv->activity_ref = 0;
window->priv->activity_timeout_handle = 0;
- window->priv->update_timeout_handle = 0;
-
window->priv->archive_present = FALSE;
window->priv->archive_new = FALSE;
window->priv->reload_archive = FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]