X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Fexpr.h;h=6e102a3b8bd5d79e33b241ca0fa03525f1b5e58f;hb=74e13ad714192bc1a297e62adc04d1bb7ee30a02;hp=017843c9a4f42c81b234c8c25838ca514053047d;hpb=0d75c389402a322ffbf7d3f9573dd832cd456ebe;p=carl9170fw.git diff --git a/config/expr.h b/config/expr.h index 017843c..6e102a3 100644 --- a/config/expr.h +++ b/config/expr.h @@ -191,7 +191,6 @@ enum prop_type { struct property { struct property *next; /* next property - null if last */ - struct symbol *sym; /* the symbol for which the property is associated */ enum prop_type type; /* type of property */ const char *text; /* the prompt value - P_PROMPT, P_MENU, P_COMMENT */ struct expr_value visible;