mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
Remove egui::special_emojis::TWITTER (#5622)
Twitter is gone, as is its icon. Also, fuck Elon Musk Find me on https://bsky.app/profile/ernerfeldt.bsky.social
This commit is contained in:
@@ -200,7 +200,6 @@ fn special_char_name(chr: char) -> Option<&'static str> {
|
||||
'\u{E600}' => Some("web-dribbble"),
|
||||
'\u{E601}' => Some("web-stackoverflow"),
|
||||
'\u{E602}' => Some("web-vimeo"),
|
||||
'\u{E603}' => Some("web-twitter"),
|
||||
'\u{E604}' => Some("web-facebook"),
|
||||
'\u{E605}' => Some("web-googleplus"),
|
||||
'\u{E606}' => Some("web-pinterest"),
|
||||
|
||||
Reference in New Issue
Block a user