diff options
author | infirit <[email protected]> | 2014-11-25 21:47:29 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-26 18:13:43 +0100 |
commit | b66cea481c1ab534f741362f5127bdacca363fd0 (patch) | |
tree | 67e1564d1495506349203396c102fe00893fef47 /stickynotes/stickynotes_applet.c | |
parent | 48cd1a27c0fa01ecc35cc745827da315c266ec94 (diff) | |
download | mate-applets-b66cea481c1ab534f741362f5127bdacca363fd0.tar.bz2 mate-applets-b66cea481c1ab534f741362f5127bdacca363fd0.tar.xz |
stickynotes: Fix compile warnings
Based on gnome-applets commit: 18e23a490529131d17c931247481cfa02b1f14b3
From: Benjamin Otte <[email protected]>
Diffstat (limited to 'stickynotes/stickynotes_applet.c')
-rw-r--r-- | stickynotes/stickynotes_applet.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stickynotes/stickynotes_applet.c b/stickynotes/stickynotes_applet.c index c9209e13..2b2bb21c 100644 --- a/stickynotes/stickynotes_applet.c +++ b/stickynotes/stickynotes_applet.c @@ -136,8 +136,6 @@ stickynotes_make_prelight_icon (GdkPixbuf *dest, GdkPixbuf *src, int shift) void stickynotes_applet_init (MatePanelApplet *mate_panel_applet) { - int timeout; - stickynotes = g_new(StickyNotes, 1); stickynotes->notes = NULL; |