diff options
-rw-r--r-- | capplets/appearance/Makefile.am | 1 | ||||
-rw-r--r-- | capplets/appearance/appearance-themes.c | 2 |
2 files changed, 0 insertions, 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 <glib/gi18n.h> -#include <libwindow-settings/mate-wm-manager.h> #include <string.h> #include <libmate-desktop/mate-desktop-thumbnail.h> #include <libmate-desktop/mate-gsettings.h> @@ -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; |