diff options
author | mbkma <[email protected]> | 2020-12-04 12:23:59 +0100 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-12-06 10:12:32 +0100 |
commit | e08b24d4a5399c1cd57b3c902cdb28acbcb12f2f (patch) | |
tree | 80bbf56c85ea0e0a73a17b7c9cec94a06e3ded6d /trashapplet | |
parent | 3e60b7c1317eb7cfaf6079d2defb09bd07c93342 (diff) | |
download | mate-applets-e08b24d4a5399c1cd57b3c902cdb28acbcb12f2f.tar.bz2 mate-applets-e08b24d4a5399c1cd57b3c902cdb28acbcb12f2f.tar.xz |
remove dead function mate_panel_applet_set_background_widget
Diffstat (limited to 'trashapplet')
-rw-r--r-- | trashapplet/src/trashapplet.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/trashapplet/src/trashapplet.c b/trashapplet/src/trashapplet.c index 8704b47f..d3c419ce 100644 --- a/trashapplet/src/trashapplet.c +++ b/trashapplet/src/trashapplet.c @@ -216,10 +216,6 @@ trash_applet_init (TrashApplet *applet) /* needed to clamp ourselves to the panel size */ mate_panel_applet_set_flags (MATE_PANEL_APPLET (applet), MATE_PANEL_APPLET_EXPAND_MINOR); - /* enable transparency hack */ - mate_panel_applet_set_background_widget (MATE_PANEL_APPLET (applet), - GTK_WIDGET (applet)); - /* setup the image */ applet->image = g_object_ref_sink (GTK_IMAGE (gtk_image_new ())); gtk_container_add (GTK_CONTAINER (applet), |