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 /stickynotes/stickynotes_applet.c | |
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 'stickynotes/stickynotes_applet.c')
-rw-r--r-- | stickynotes/stickynotes_applet.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stickynotes/stickynotes_applet.c b/stickynotes/stickynotes_applet.c index e00ba0c9..c8453c88 100644 --- a/stickynotes/stickynotes_applet.c +++ b/stickynotes/stickynotes_applet.c @@ -406,8 +406,6 @@ stickynotes_applet_new(MatePanelApplet *mate_panel_applet) g_signal_connect(G_OBJECT(applet->w_applet), "destroy", G_CALLBACK(stickynotes_destroy), NULL); - mate_panel_applet_set_background_widget (mate_panel_applet, applet->w_applet); - atk_obj = gtk_widget_get_accessible (applet->w_applet); atk_object_set_name (atk_obj, _("Sticky Notes")); |