[recipes] GrApp: Remove an unused field



commit 61bd76121c7a74c27b485d0b736cad06458be9a0
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Mar 14 22:29:55 2017 -0400

    GrApp: Remove an unused field

 src/gr-app.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/gr-app.c b/src/gr-app.c
index dbf7b78..f6db607 100644
--- a/src/gr-app.c
+++ b/src/gr-app.c
@@ -33,7 +33,6 @@
 #include "gr-shell-search-provider.h"
 #include "gr-utils.h"
 #include "gr-logging.h"
-#include "gr-recipe-exporter.h"
 
 
 struct _GrApp
@@ -41,8 +40,6 @@ struct _GrApp
         GtkApplication parent_instance;
 
         GrShellSearchProvider *search_provider;
-        GrRecipeExporter *exporter;
-
         GtkCssProvider *css_provider;
 };
 


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