[recipes/shopping-list: 13/15] Remove an outdated comment



commit 40ad0d81c7f01d48c362bb822c038a726ba7f564
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jan 14 11:39:11 2017 -0500

    Remove an outdated comment
    
    We no longer parse ingredients like that, much.

 src/gr-ingredients-list.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/src/gr-ingredients-list.c b/src/gr-ingredients-list.c
index 600f545..4b19920 100644
--- a/src/gr-ingredients-list.c
+++ b/src/gr-ingredients-list.c
@@ -30,15 +30,6 @@
 #include "gr-utils.h"
 
 
-/* Parsing ingredients is tricky business. We operate under the following
- * assumptions:
- * - Each line is one ingredient
- * - The first word is the amount
- * - the amount can be written as 'a' or a decimal number, or a fraction
- * - The second word may be a unit, or it may be part of the name
- * - All remaining words make up the name of the integredient
- */
-
 typedef struct
 {
         GrNumber amount;


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