From 1236197d4920603bd8fc5fc6cc021f56d20c886d Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Tue, 27 Aug 2024 15:09:32 +0200 Subject: [PATCH] Devicons: Remove compatibility entries from mapping rewrite rules [why] Some entries are only needed to adapt the Vorillaz Devicons to the Devicons Devicon. After the mapping file has been adapted we can remove them to clean up for coming updates. Signed-off-by: Fini Jastrow --- src/glyphs/devicons/analyze | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/glyphs/devicons/analyze b/src/glyphs/devicons/analyze index 94516636c31..a2c3934640f 100755 --- a/src/glyphs/devicons/analyze +++ b/src/glyphs/devicons/analyze @@ -29,24 +29,15 @@ def filename_from_name(filename): 'djangorest': 'djangorest/djangorest-plain-wordmark.svg', 'dotnet': 'dot-net', 'ghost': 'ghost/ghost-original-wordmark.svg', - 'ghost_small': 'ghost', - 'github': '-', - 'github_alt': '-', - 'github_badge': 'github', 'github_full': 'github/github-original-wordmark.svg', 'go': 'go/go-line.svg', 'grunt': 'grunt/grunt-line.svg', 'ie': 'ie10', - 'javascript_badge': 'javascript', + #'javascript_badge': 'javascript', 'jenkins': 'jenkins/jenkins-line.svg', - 'krakenjs': '-', - 'krakenjs_badge': 'krakenjs', 'meteorfull': 'meteor/meteor-plain-wordmark.svg', 'nodejs': 'nodejs/nodejs-plain-wordmark.svg', 'nodejs_small': 'nodejs', - 'raspberry_pi': 'raspberrypi', - 'symfony': '-', - 'symfony_badge': 'symfony', 'windows': 'windows8', }.get(filename, filename)