[gnome-applets/wip/muktupavels/per-applet-notes-file] sticky-notes: remove dead code



commit e32d30e2509b3c3c14812a63819e0bc35c4aefe5
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 e14a3b69a..c47084db5 100644
--- a/gnome-applets/sticky-notes/sticky-notes.c
+++ b/gnome-applets/sticky-notes/sticky-notes.c
@@ -1403,7 +1403,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;
@@ -1566,10 +1566,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]