diff options
author | mbkma <[email protected]> | 2020-12-04 12:43:07 +0100 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-12-06 10:25:37 +0100 |
commit | 460555699c16e3be9ee3b384e3a0e7bf14852a15 (patch) | |
tree | 065f1e9c83b805dc266eeb4bd51e017299266ba2 /mate-volume-control | |
parent | c82f5feb6c8f0fa43e135eb66dd31de81ef02155 (diff) | |
download | mate-media-460555699c16e3be9ee3b384e3a0e7bf14852a15.tar.bz2 mate-media-460555699c16e3be9ee3b384e3a0e7bf14852a15.tar.xz |
remove dead function mate_panel_applet_set_background_widget
Diffstat (limited to 'mate-volume-control')
-rw-r--r-- | mate-volume-control/gvc-applet.c | 1 |
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*/ |