[gnome-builder] app: remove unused GSettings
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] app: remove unused GSettings
- Date: Sat, 9 May 2015 20:33:34 +0000 (UTC)
commit f208ba79fe88b9084d1fccc68679b5b81b8d4578
Author: Christian Hergert <christian hergert me>
Date: Sat May 9 13:31:20 2015 -0700
app: remove unused GSettings
src/app/gb-application-private.h | 1 -
src/app/gb-application.c | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/app/gb-application-private.h b/src/app/gb-application-private.h
index 24c01f6..f911637 100644
--- a/src/app/gb-application-private.h
+++ b/src/app/gb-application-private.h
@@ -31,7 +31,6 @@ struct _GbApplication
{
GtkApplication parent_instance;
- GSettings *editor_settings;
GbKeybindings *keybindings;
GbPreferencesWindow *preferences_window;
};
diff --git a/src/app/gb-application.c b/src/app/gb-application.c
index dbed390..a44a8b6 100644
--- a/src/app/gb-application.c
+++ b/src/app/gb-application.c
@@ -520,7 +520,6 @@ gb_application_finalize (GObject *object)
IDE_ENTRY;
g_clear_object (&self->keybindings);
- g_clear_object (&self->editor_settings);
G_OBJECT_CLASS (gb_application_parent_class)->finalize (object);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]