From e08b24d4a5399c1cd57b3c902cdb28acbcb12f2f Mon Sep 17 00:00:00 2001 From: mbkma Date: Fri, 4 Dec 2020 12:23:59 +0100 Subject: remove dead function mate_panel_applet_set_background_widget --- command/src/command.c | 1 - 1 file changed, 1 deletion(-) (limited to 'command') diff --git a/command/src/command.c b/command/src/command.c index f53bef43..824cb6e3 100644 --- a/command/src/command.c +++ b/command/src/command.c @@ -409,7 +409,6 @@ command_applet_fill (MatePanelApplet* applet) gtk_window_set_default_icon_name (APPLET_ICON); mate_panel_applet_set_flags (applet, MATE_PANEL_APPLET_EXPAND_MINOR); - mate_panel_applet_set_background_widget (applet, GTK_WIDGET (applet)); command_applet = g_malloc0(sizeof(CommandApplet)); command_applet->applet = applet; -- cgit v1.2.1