Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trashapplet: Remove animation that hasn't worked in years #659

Merged
merged 1 commit into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions trashapplet/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ APPLET_SOURCES = \
trashapplet.c \
trash-empty.h \
trash-empty.c \
xstuff.c \
xstuff.h \
$(NULL)

APPLET_LIBS = \
Expand Down
8 changes: 0 additions & 8 deletions trashapplet/src/trashapplet.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include <mate-panel-applet.h>

#include "trash-empty.h"
#include "xstuff.h"

#define TRASH_TYPE_APPLET (trash_applet_get_type ())

Expand Down Expand Up @@ -263,14 +262,7 @@ trash_applet_button_release (GtkWidget *widget,
(event->type != GDK_2BUTTON_PRESS) &&
(event->type != GDK_3BUTTON_PRESS))
{
#if defined(GDK_WINDOWING_X11) && !defined(ENABLE_IN_PROCESS)
if (GDK_IS_X11_DISPLAY (gtk_widget_get_display (widget)) &&
g_settings_get_boolean (settings, PANEL_ENABLE_ANIMATIONS))
xstuff_zoom_animate (widget, NULL);
#endif

trash_applet_open_folder (NULL, applet);

return TRUE;
}

Expand Down
179 changes: 0 additions & 179 deletions trashapplet/src/xstuff.c

This file was deleted.

10 changes: 0 additions & 10 deletions trashapplet/src/xstuff.h

This file was deleted.