[Xfce4-commits] <xfce4-clipman-plugin:master> Remove unused variables
Mike Massonnet
noreply at xfce.org
Fri Apr 13 09:36:01 CEST 2012
Updating branch refs/heads/master
to bfb37ce4e6fc63a5612647419bc78eac57f36c9e (commit)
from b0f676b828259e5aac07dd282d2531a2d31fffa3 (commit)
commit bfb37ce4e6fc63a5612647419bc78eac57f36c9e
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Fri Apr 13 09:33:38 2012 +0200
Remove unused variables
panel-plugin/history.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/panel-plugin/history.c b/panel-plugin/history.c
index fbe1415..c997aed 100644
--- a/panel-plugin/history.c
+++ b/panel-plugin/history.c
@@ -44,8 +44,6 @@ struct _ClipmanHistoryPrivate
const ClipmanHistoryItem *item_to_restore;
guint max_texts_in_history;
guint max_images_in_history;
- guint n_texts;
- guint n_images;
gboolean save_on_quit;
gboolean reorder_items;
};
@@ -489,8 +487,6 @@ clipman_history_init (ClipmanHistory *history)
{
history->priv = GET_PRIVATE (history);
history->priv->item_to_restore = NULL;
- history->priv->n_texts = 0;
- history->priv->n_images = 0;
}
static void
More information about the Xfce4-commits
mailing list