[recipes/more-cuisines: 1/4] Remove unimplemented functions



commit a2b983da4d36d12f44bedb22f1f1b8183501aeba
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Mar 5 10:23:03 2017 -0500

    Remove unimplemented functions
    
    These used to exist, but we don't have the 'cooked n times'
    functionality anymore.

 src/gr-recipe-store.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/gr-recipe-store.h b/src/gr-recipe-store.h
index 8018974..f74851e 100644
--- a/src/gr-recipe-store.h
+++ b/src/gr-recipe-store.h
@@ -91,10 +91,6 @@ gboolean        gr_recipe_store_has_chef            (GrRecipeStore  *self,
                                                      GrChef         *chef);
 gboolean        gr_recipe_store_has_cuisine         (GrRecipeStore  *self,
                                                      const char     *cuisine);
-void            gr_recipe_store_add_cooked          (GrRecipeStore  *store,
-                                                     GrRecipe       *recipe);
-int             gr_recipe_store_get_cooked          (GrRecipeStore  *store,
-                                                     GrRecipe       *recipe);
 
 #define GR_TYPE_RECIPE_SEARCH (gr_recipe_search_get_type())
 


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