]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-def.cc
Merge branch 'master' into lilypond/translation
[lilypond.git] / lily / context-def.cc
index 5dd1684a8375a50c494812e8b123084d5b98e787..e5f33c75c7ee309f8d4ad99d4e239689c8a41e6b 100644 (file)
@@ -174,8 +174,7 @@ Context_def::get_accepted (SCM user_mod) const
   SCM def = get_default_child (user_mod);
   if (scm_is_symbol (def))
     {
-      if (scm_memq (def, acc))
-        acc = scm_delete_x (def, acc);
+      acc = scm_delete_x (def, acc);
       acc = scm_cons (def, acc);
     }