From: David Kastrup Date: Sat, 29 Dec 2012 12:41:49 +0000 (+0100) Subject: context-property.cc: remove an obscure special case X-Git-Tag: release/2.17.10-1~30 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bf935536fd4aee92190b054fde603346bf2242d9;p=lilypond.git context-property.cc: remove an obscure special case The case of inconsistency that this was supposed to deal with should not get produced by current code. --- diff --git a/lily/context-property.cc b/lily/context-property.cc index 0c5e1ec55d..c835a2fb93 100644 --- a/lily/context-property.cc +++ b/lily/context-property.cc @@ -91,13 +91,6 @@ execute_override_property (Context *context, SCM target_alist = scm_car (current_context_val); - /* - If the car is a list, the property path comes from a nested override - using list syntax inside a \context block - */ - if (scm_is_pair (scm_car (grob_property_path))) - grob_property_path = scm_car (grob_property_path); - SCM symbol = scm_car (grob_property_path); if (scm_is_pair (scm_cdr (grob_property_path))) {