From 8a4929783cc8720760589caeb5f2263c3dab744b Mon Sep 17 00:00:00 2001 From: zhuyaliang <15132211195@163.com> Date: Mon, 9 Oct 2023 11:24:35 +0800 Subject: appearance: Remove useless match_wm_manager_init function --- capplets/appearance/Makefile.am | 1 - capplets/appearance/appearance-themes.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/capplets/appearance/Makefile.am b/capplets/appearance/Makefile.am index 93f27c95..509d4fbb 100644 --- a/capplets/appearance/Makefile.am +++ b/capplets/appearance/Makefile.am @@ -40,7 +40,6 @@ mate_appearance_properties_SOURCES = \ AM_CFLAGS = -DMATE_DESKTOP_USE_UNSTABLE_API mate_appearance_properties_LDADD = \ - $(top_builddir)/libwindow-settings/libmate-window-settings.la \ $(top_builddir)/capplets/common/libcommon.la \ $(MATECC_CAPPLETS_LIBS) \ $(FONT_CAPPLET_LIBS) \ diff --git a/capplets/appearance/appearance-themes.c b/capplets/appearance/appearance-themes.c index 7f37f4c0..777f33b1 100644 --- a/capplets/appearance/appearance-themes.c +++ b/capplets/appearance/appearance-themes.c @@ -29,7 +29,6 @@ #include "appearance-themes.h" #include -#include #include #include #include @@ -988,7 +987,6 @@ void themes_init(AppearanceData* data) /* initialise some stuff */ mate_theme_init (); - mate_wm_manager_init (); data->revert_application_font = NULL; data->revert_documents_font = NULL; -- cgit v1.2.1