summaryrefslogtreecommitdiff
path: root/trashapplet/src/xstuff.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-04-18 12:47:35 +0300
committermonsta <[email protected]>2017-04-18 12:47:35 +0300
commitf368d64f25f3170b9697b69d1b61be2e4cf576d5 (patch)
tree84066656eac340ebe685e188adea396ce06f20e8 /trashapplet/src/xstuff.h
parentf73179bad6d65b8eefd53f6ed7af596fb3aa812b (diff)
downloadmate-applets-f368d64f25f3170b9697b69d1b61be2e4cf576d5.tar.bz2
mate-applets-f368d64f25f3170b9697b69d1b61be2e4cf576d5.tar.xz
trashapplet: remove unused code
Diffstat (limited to 'trashapplet/src/xstuff.h')
-rw-r--r--trashapplet/src/xstuff.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/trashapplet/src/xstuff.h b/trashapplet/src/xstuff.h
index 5791cafa..0431ce79 100644
--- a/trashapplet/src/xstuff.h
+++ b/trashapplet/src/xstuff.h
@@ -4,31 +4,7 @@
#include <gdk/gdk.h>
#include <gtk/gtk.h>
-void xstuff_delete_property (GdkWindow *window,
- const char *name);
-gboolean xstuff_is_compliant_wm (void);
-
-void xstuff_set_no_group (GdkWindow *win);
-
-void xstuff_unsetup_desktop_area (void);
-void xstuff_set_pos_size (GdkWindow *window,
- int x, int y,
- int w, int h);
-void xstuff_set_wmspec_dock_hints (GdkWindow *window,
- gboolean autohide);
-void xstuff_set_wmspec_strut (GdkWindow *window,
- int left,
- int right,
- int top,
- int bottom);
-
void xstuff_zoom_animate (GtkWidget *widget,
GdkRectangle *opt_src_rect);
-int xstuff_get_current_workspace (GdkScreen *screen);
-
-void xstuff_grab_key_on_all_screens (int keycode,
- guint modifiers,
- gboolean grab);
-
#endif /* __XSTUFF_H__ */