[drwright] Fix GCC 4.6 warnings



commit 41acf0c621d3f016e2dfbb1bf4768e4f3240610b
Author: Christopher Aillon <caillon redhat com>
Date:   Mon Feb 14 15:08:58 2011 -0800

    Fix GCC 4.6 warnings
    
    drwright.c: In function 'drwright_new':
    drwright.c:832:20: warning: unused variable 'settings' [-Wunused-variable]
    drwright.c:830:13: warning: unused variable 'item' [-Wunused-variable]
    
    Bug 642339

 src/drwright.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/drwright.c b/src/drwright.c
index 8045b3a..a17b540 100644
--- a/src/drwright.c
+++ b/src/drwright.c
@@ -827,9 +827,7 @@ DrWright *
 drwright_new (void)
 {
 	DrWright  *dr;
-	GtkWidget *item;
 	GtkActionGroup *action_group;
-        GSettings *settings;
 
 	static const char ui_description[] =
 	  "<ui>"



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