[gnome-builder/wip/libide] libide: fix a few warnings



commit 93c56e29a4f1323ad065b906b4e5f9502162f9a6
Author: Christian Hergert <christian hergert me>
Date:   Wed Feb 18 17:17:40 2015 -0800

    libide: fix a few warnings

 libide/ide-back-forward-list.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/libide/ide-back-forward-list.c b/libide/ide-back-forward-list.c
index 2cc1e52..52fa499 100644
--- a/libide/ide-back-forward-list.c
+++ b/libide/ide-back-forward-list.c
@@ -165,7 +165,6 @@ ide_back_forward_list_push (IdeBackForwardList *self,
                             IdeBackForwardItem *item)
 {
   IdeBackForwardListPrivate *priv;
-  IdeBackForwardList *current_item = NULL;
 
   g_return_if_fail (IDE_IS_BACK_FORWARD_LIST (self));
   g_return_if_fail (IDE_IS_BACK_FORWARD_ITEM (item));
@@ -287,8 +286,6 @@ void
 ide_back_forward_list_merge (IdeBackForwardList *self,
                              IdeBackForwardList *branch)
 {
-  IdeBackForwardListPrivate *priv;
-  IdeBackForwardListPrivate *branch_priv;
   IdeBackForwardList *first;
   gboolean found = FALSE;
   GPtrArray *ar1;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]