summaryrefslogtreecommitdiff
path: root/tests/document-output-stream.c
diff options
context:
space:
mode:
authormbkma <[email protected]>2020-07-07 15:57:46 +0200
committerraveit65 <[email protected]>2020-07-29 16:47:54 +0200
commit2edb465b646f671f3372c70f020bd3d3076e86ad (patch)
tree0203909db2933fef2bff19084b67ae8f4ccfef19 /tests/document-output-stream.c
parent8f02e21f3703c9549fb357986f77c9534186f2ab (diff)
downloadpluma-2edb465b646f671f3372c70f020bd3d3076e86ad.tar.bz2
pluma-2edb465b646f671f3372c70f020bd3d3076e86ad.tar.xz
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
Diffstat (limited to 'tests/document-output-stream.c')
-rw-r--r--tests/document-output-stream.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/document-output-stream.c b/tests/document-output-stream.c
index 05d14ff2..88997e26 100644
--- a/tests/document-output-stream.c
+++ b/tests/document-output-stream.c
@@ -22,7 +22,6 @@
#include "pluma-document-output-stream.h"
-#include "pluma-prefs-manager-app.h"
#include <gio/gio.h>
#include <gtk/gtk.h>
#include <glib.h>
@@ -125,8 +124,6 @@ int main (int argc,
{
g_test_init (&argc, &argv, NULL);
- pluma_prefs_manager_app_init ();
-
g_test_add_func ("/document-output-stream/empty", test_empty);
g_test_add_func ("/document-output-stream/consecutive", test_consecutive);