summaryrefslogtreecommitdiff
path: root/stickynotes/stickynotes_callbacks.h
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_callbacks.h
parenta112a4b7a764e2993caa2ba562663ae9838b2af0 (diff)
downloadmate-applets-c9ba0f22249e1c65b4b2a76c3a752b174355cfd0.tar.bz2
mate-applets-c9ba0f22249e1c65b4b2a76c3a752b174355cfd0.tar.xz
stickynotes: remove uneeded function
Diffstat (limited to 'stickynotes/stickynotes_callbacks.h')
-rw-r--r--stickynotes/stickynotes_callbacks.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/stickynotes/stickynotes_callbacks.h b/stickynotes/stickynotes_callbacks.h
index 02162ce1..5918be99 100644
--- a/stickynotes/stickynotes_callbacks.h
+++ b/stickynotes/stickynotes_callbacks.h
@@ -27,7 +27,6 @@ gboolean stickynote_toggle_lock_cb(GtkWidget *widget, StickyNote *note);
gboolean stickynote_close_cb(GtkWidget *widget, StickyNote *note);
gboolean stickynote_resize_cb(GtkWidget *widget, GdkEventButton *event, StickyNote *note);
gboolean stickynote_move_cb(GtkWidget *widget, GdkEventButton *event, StickyNote *note);
-gboolean stickynote_expose_cb(GtkWidget *widget, GdkEventExpose *event, StickyNote *note);
gboolean stickynote_configure_cb(GtkWidget *widget, GdkEventConfigure *event, StickyNote *note);
gboolean stickynote_delete_cb(GtkWidget *widget, GdkEvent *event, StickyNote *note);
gboolean stickynote_show_popup_menu(GtkWidget *widget, GdkEventButton *event, GtkWidget *popup_menu);