[gnome-builder] IDE: remove unused variables



commit 19c5b482a35b1051256c01234656ca805136b198
Author: Ben Iofel <iofelben gmail com>
Date:   Mon Jan 11 19:54:47 2016 -0500

    IDE: remove unused variables

 libide/ide-application.c |    1 -
 libide/ide-keybindings.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/libide/ide-application.c b/libide/ide-application.c
index f005b85..51d4f18 100644
--- a/libide/ide-application.c
+++ b/libide/ide-application.c
@@ -79,7 +79,6 @@ static void
 ide_application_register_theme_overrides (IdeApplication *self)
 {
   g_autoptr(GSettings) settings = NULL;
-  g_autoptr(GtkCssProvider) provider = NULL;
   GtkSettings *gtk_settings;
   GdkScreen *screen;
 
diff --git a/libide/ide-keybindings.c b/libide/ide-keybindings.c
index 5da2038..3c8a54a 100644
--- a/libide/ide-keybindings.c
+++ b/libide/ide-keybindings.c
@@ -69,7 +69,6 @@ ide_keybindings_load_plugin (IdeKeybindings *self,
   g_autofree gchar *path = NULL;
   const gchar *module_name;
   g_autoptr(GBytes) bytes = NULL;
-  g_autoptr(GError) error = NULL;
   g_autoptr(GtkCssProvider) provider = NULL;
 
   g_assert (IDE_IS_KEYBINDINGS (self));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]