[gnome-applets] sticky-notes: remove dead code



commit f18ef4c4f5469c528a16e3e22c2ac12c70f05a26
Author: Sebastian Geiger <sbastig gmx net>
Date:   Mon Apr 13 16:46:45 2020 +0200

    sticky-notes: remove dead code

 gnome-applets/sticky-notes/sticky-notes.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/gnome-applets/sticky-notes/sticky-notes.c b/gnome-applets/sticky-notes/sticky-notes.c
index 59f30ef1b..d953a7e8e 100644
--- a/gnome-applets/sticky-notes/sticky-notes.c
+++ b/gnome-applets/sticky-notes/sticky-notes.c
@@ -1260,7 +1260,7 @@ stickynotes_load (StickyNotesApplet *applet)
        xmlDocPtr doc;
        xmlNodePtr root;
        xmlNodePtr node;
-       /* WnckScreen *wnck_screen; */
+
        GList *new_notes, *tmp1;  /* Lists of StickyNote*'s */
        GList *new_nodes; /* Lists of xmlNodePtr's */
        int x, y, w, h;
@@ -1435,10 +1435,6 @@ stickynotes_load (StickyNotesApplet *applet)
        }
 
        tmp1 = new_notes;
-       /*
-       wnck_screen = wnck_screen_get_default ();
-       wnck_screen_force_update (wnck_screen);
-       */
 
        while (tmp1)
        {


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