summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-11-10 14:09:58 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-11-10 14:10:19 -0600
commit438a89cf938c2e5590024121b0fa1502fdfdcf30 (patch)
treeb5ba97f79fdbb2afd9b1a231afa3af0c1eadab9b
parent515a43440e7c2df87d39b5ca5faa85d1e4a88112 (diff)
downloadepiphany-438a89cf938c2e5590024121b0fa1502fdfdcf30.tar.gz
settings: Remove unused include
-rw-r--r--lib/ephy-settings.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ephy-settings.c b/lib/ephy-settings.c
index 4cef3c4ee..7e86340e0 100644
--- a/lib/ephy-settings.c
+++ b/lib/ephy-settings.c
@@ -28,9 +28,6 @@
#include <glib.h>
#include <gio/gio.h>
-#define G_SETTINGS_ENABLE_BACKEND
-#include <gio/gsettingsbackend.h>
-
static GHashTable *settings = NULL;
static gboolean is_web_process = FALSE;