summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbkma <[email protected]>2020-12-04 12:43:07 +0100
committerRobert Antoni Buj Gelonch <[email protected]>2020-12-06 10:25:37 +0100
commit460555699c16e3be9ee3b384e3a0e7bf14852a15 (patch)
tree065f1e9c83b805dc266eeb4bd51e017299266ba2
parentc82f5feb6c8f0fa43e135eb66dd31de81ef02155 (diff)
downloadmate-media-460555699c16e3be9ee3b384e3a0e7bf14852a15.tar.bz2
mate-media-460555699c16e3be9ee3b384e3a0e7bf14852a15.tar.xz
remove dead function mate_panel_applet_set_background_widget
-rw-r--r--mate-volume-control/gvc-applet.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mate-volume-control/gvc-applet.c b/mate-volume-control/gvc-applet.c
index 4a95391..b96a886 100644
--- a/mate-volume-control/gvc-applet.c
+++ b/mate-volume-control/gvc-applet.c
@@ -514,7 +514,6 @@ gvc_applet_fill (GvcApplet *applet, MatePanelApplet* applet_widget)
gtk_window_set_default_icon_name (APPLET_ICON);
mate_panel_applet_set_flags (applet_widget, MATE_PANEL_APPLET_EXPAND_MINOR);
- mate_panel_applet_set_background_widget (MATE_PANEL_APPLET (applet_widget), GTK_WIDGET (applet_widget));
applet->priv->applet = applet_widget;
/*FIXME: We haved to set this up BEFORE packing in icons. find a way to update this when the applet is moved that works*/