[gnome-applets] Remove unused var



commit c0f6e56686679b0036ad82740207e47fdaa3cd72
Author: Kjartan Maraas <kmaraas gnome org>
Date:   Mon Feb 7 21:04:03 2011 +0100

    Remove unused var

 stickynotes/stickynotes.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/stickynotes/stickynotes.c b/stickynotes/stickynotes.c
index 443940e..53c2650 100644
--- a/stickynotes/stickynotes.c
+++ b/stickynotes/stickynotes.c
@@ -91,7 +91,7 @@ buffer_changed (GtkTextBuffer *buffer, StickyNote *note)
 
 /* Create a new (empty) Sticky Note at a specific position
    and with specific size */
-StickyNote *
+static StickyNote *
 stickynote_new_aux (GdkScreen *screen, gint x, gint y, gint w, gint h)
 {
 	StickyNote *note;
@@ -485,8 +485,6 @@ stickynote_set_color (StickyNote  *note,
 	if (color_str_actual) {
 		/* Custom colors */
 		GdkColor colors[6];
-		gboolean success[6];
-
 
 		/* Make 4 shades of the color, getting darker from the
 		 * original, plus black and white */



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