diff options
author | lukefromdc <[email protected]> | 2023-08-13 19:58:33 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-08-14 22:47:56 +0200 |
commit | 892cd5807403db6a7f30e60bf9221d37d802daea (patch) | |
tree | 9ab538c8d6e5fdad7de77ab70a9df9f6f1d3ed85 /trashapplet/src/xstuff.h | |
parent | c5db667f66d4918375eabe2b0ed3c5da9532fc2d (diff) | |
download | mate-applets-892cd5807403db6a7f30e60bf9221d37d802daea.tar.bz2 mate-applets-892cd5807403db6a7f30e60bf9221d37d802daea.tar.xz |
trashapplet: Remove animation that hasn't worked in years
*The trash applet hasn't had working animation in many years
*xstuff_zoom_animate also appears in mate-panel with 4 arguments instead of 2.
*conflicting function names caused a segfault when built in-process
Diffstat (limited to 'trashapplet/src/xstuff.h')
-rw-r--r-- | trashapplet/src/xstuff.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/trashapplet/src/xstuff.h b/trashapplet/src/xstuff.h deleted file mode 100644 index 0431ce79..00000000 --- a/trashapplet/src/xstuff.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __XSTUFF_H__ -#define __XSTUFF_H__ - -#include <gdk/gdk.h> -#include <gtk/gtk.h> - -void xstuff_zoom_animate (GtkWidget *widget, - GdkRectangle *opt_src_rect); - -#endif /* __XSTUFF_H__ */ |