X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fgrob-array.cc;h=a47d222e8123f6d706c6392a4900d07dd94e552a;hb=e7aa6c445f463844dbaa52d38ea4aac2882b5601;hp=4df4c34b54bccad9842bed81ea9c977bf4dc7a25;hpb=4bb29573149a0ffa1f881c5e38a0fe68e9e76b67;p=lilypond.git diff --git a/lily/grob-array.cc b/lily/grob-array.cc index 4df4c34b54..a47d222e81 100644 --- a/lily/grob-array.cc +++ b/lily/grob-array.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2005--2011 Han-Wen Nienhuys + Copyright (C) 2005--2014 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -98,8 +98,7 @@ Grob_array::remove_duplicates () { assert (!ordered_); - vector_sort (grobs_, less ()); - ::uniq (grobs_); + uniquify (grobs_); } bool