summaryrefslogtreecommitdiff
path: root/stickynotes/stickynotes.c
diff options
context:
space:
mode:
authorAlberts Muktupāvels <[email protected]>2015-03-26 11:54:53 +0200
committerMonsta <[email protected]>2015-12-07 14:18:50 +0300
commitc9ba0f22249e1c65b4b2a76c3a752b174355cfd0 (patch)
tree9a144c5b6fa3e49227710983ca785bdc3dec309e /stickynotes/stickynotes.c
parenta112a4b7a764e2993caa2ba562663ae9838b2af0 (diff)
downloadmate-applets-c9ba0f22249e1c65b4b2a76c3a752b174355cfd0.tar.bz2
mate-applets-c9ba0f22249e1c65b4b2a76c3a752b174355cfd0.tar.xz
stickynotes: remove uneeded function
Diffstat (limited to 'stickynotes/stickynotes.c')
-rw-r--r--stickynotes/stickynotes.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/stickynotes/stickynotes.c b/stickynotes/stickynotes.c
index 9abfb066..5511fd30 100644
--- a/stickynotes/stickynotes.c
+++ b/stickynotes/stickynotes.c
@@ -257,8 +257,6 @@ stickynote_new_aux (GdkScreen *screen, gint x, gint y, gint w, gint h)
g_signal_connect (G_OBJECT (note->w_window), "button-press-event",
G_CALLBACK (stickynote_move_cb), note);
- g_signal_connect (G_OBJECT (note->w_window), "expose-event",
- G_CALLBACK (stickynote_expose_cb), note);
g_signal_connect (G_OBJECT (note->w_window), "configure-event",
G_CALLBACK (stickynote_configure_cb), note);
g_signal_connect (G_OBJECT (note->w_window), "delete-event",