Skip to content

Commit

Permalink
Removed duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvin Dules committed Jun 6, 2019
1 parent 31c7ba5 commit 5cd20ef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Markdig/Extensions/Emoji/EmojiParser.cs
Expand Up @@ -1033,7 +1033,6 @@ static EmojiParser()
{":no_good_woman:","🙅‍♀️"},
{":ok_person:","🙆"},
{":ok_man:","🙆‍♂️"},
{":ok_woman:","🙆‍♀️"},
{":tipping_hand_person:","💁"},
{":tipping_hand_man:","💁‍♂️"},
{":tipping_hand_woman:","💁‍♀️"},
Expand Down Expand Up @@ -1086,13 +1085,11 @@ static EmojiParser()
{":male_detective:","🕵️‍♂️"},
{":female_detective:","🕵️‍♀️"},
{":guard:","💂"},
{":guardsman:","💂‍♂️"},
{":guardswoman:","💂‍♀️"},
{":construction_worker_man:","👷‍♂️"},
{":construction_worker_woman:","👷‍♀️"},
{":prince:","🤴"},
{":person_with_turban:","👳"},
{":man_with_turban:","👳‍♂️"},
{":woman_with_turban:","👳‍♀️"},
{":woman_with_headscarf:","🧕"},
{":man_in_tuxedo:","🤵"},
Expand Down Expand Up @@ -1261,7 +1258,6 @@ static EmojiParser()
{":taco:","🌮"},
{":burrito:","🌯"},
{":stuffed_flatbread:","🥙"},
{":egg:","🥚"},
{":fried_egg:","🍳"},
{":shallow_pan_of_food:","🥘"},
{":bowl_with_spoon:","🥣"},
Expand Down Expand Up @@ -1345,7 +1341,6 @@ static EmojiParser()
{":1st_place_medal:","🥇"},
{":2nd_place_medal:","🥈"},
{":3rd_place_medal:","🥉"},
{":baseball:",""},
{":volleyball:","🏐"},
{":cricket_game:","🏏"},
{":field_hockey:","🏑"},
Expand Down

0 comments on commit 5cd20ef

Please sign in to comment.