From 2edb465b646f671f3372c70f020bd3d3076e86ad Mon Sep 17 00:00:00 2001 From: mbkma Date: Tue, 7 Jul 2020 15:57:46 +0200 Subject: Port main program to GSettings Remove pluma_prefs_manager. Plugins were already ported to GSettings. Based on: https://gitlab.gnome.org/GNOME/gedit/-/commit/4215be0e8924f45170683493beaa2695e8e2e483 --- tests/document-saver.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/document-saver.c') diff --git a/tests/document-saver.c b/tests/document-saver.c index a80ba02e..a85b4050 100644 --- a/tests/document-saver.c +++ b/tests/document-saver.c @@ -21,7 +21,6 @@ */ #include "pluma-document-loader.h" -#include "pluma-prefs-manager-app.h" #include #include #include @@ -688,8 +687,6 @@ int main (int argc, g_test_init (&argc, &argv, NULL); - pluma_prefs_manager_app_init (); - g_printf ("\n***\n"); have_unowned = check_unowned_directory (); have_unowned_group = check_unowned_group (); -- cgit v1.2.1