From bf935536fd4aee92190b054fde603346bf2242d9 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sat, 29 Dec 2012 13:41:49 +0100 Subject: [PATCH] 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. --- lily/context-property.cc | 7 ------- 1 file changed, 7 deletions(-) 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))) { -- 2.39.5