diff options
author | Alberts Muktupāvels <[email protected]> | 2015-03-26 11:54:53 +0200 |
---|---|---|
committer | Monsta <[email protected]> | 2015-12-07 14:18:50 +0300 |
commit | c9ba0f22249e1c65b4b2a76c3a752b174355cfd0 (patch) | |
tree | 9a144c5b6fa3e49227710983ca785bdc3dec309e /stickynotes/stickynotes_callbacks.c | |
parent | a112a4b7a764e2993caa2ba562663ae9838b2af0 (diff) | |
download | mate-applets-c9ba0f22249e1c65b4b2a76c3a752b174355cfd0.tar.bz2 mate-applets-c9ba0f22249e1c65b4b2a76c3a752b174355cfd0.tar.xz |
stickynotes: remove uneeded function
Diffstat (limited to 'stickynotes/stickynotes_callbacks.c')
-rw-r--r-- | stickynotes/stickynotes_callbacks.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/stickynotes/stickynotes_callbacks.c b/stickynotes/stickynotes_callbacks.c index b435a14c..d25139a3 100644 --- a/stickynotes/stickynotes_callbacks.c +++ b/stickynotes/stickynotes_callbacks.c @@ -68,15 +68,6 @@ gboolean stickynote_move_cb(GtkWidget *widget, GdkEventButton *event, StickyNote return TRUE; } -/* Sticky Window Callback : Skip taskbar and pager when exposing the window */ -gboolean stickynote_expose_cb(GtkWidget *widget, GdkEventExpose *event, StickyNote *note) -{ - gtk_window_set_skip_taskbar_hint(GTK_WINDOW(note->w_window), TRUE); - gtk_window_set_skip_pager_hint(GTK_WINDOW(note->w_window), TRUE); - - return FALSE; -} - /* Sticky Window Callback : Store settings when resizing/moving the window */ gboolean stickynote_configure_cb(GtkWidget *widget, GdkEventConfigure *event, StickyNote *note) { |