]> Sergey Matveev's repositories - nnn.git/commitdiff
Remove redundant Emojis
authorArun Prakash Jana <engineerarun@gmail.com>
Tue, 10 May 2022 19:26:25 +0000 (00:56 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Tue, 10 May 2022 19:26:25 +0000 (00:56 +0530)
src/icons-emoji.h
src/icons.h

index 3b256226b51a8a51eca630dc1f57df914df0cbd9..2bd6b599c888e3808316e99ef8bfd91f241da27f 100644 (file)
 #define EMOJI_ARCHIVE "đŸ“Ļ"
 #define EMOJI_AUDIO "đŸŽĩ"
 #define EMOJI_BINARY "📓"
-#define EMOJI_BOOKS "📚"
 #define EMOJI_BRIEFCASE "đŸ’ŧ"
 #define EMOJI_C "📑"
 #define EMOJI_CHANGELOG "🔖"
-#define EMOJI_CLOUD "â˜ī¸ "
-#define EMOJI_CODE "🧮"
 #define EMOJI_CONF "🔧"
 #define EMOJI_CPP EMOJI_C
 #define EMOJI_DATABASE "đŸ—ƒī¸ "
@@ -31,7 +28,6 @@
 #define EMOJI_EXEC "âš™ī¸ "
 #define EMOJI_FILE "📄"
 #define EMOJI_FOLDER "📂"
-#define EMOJI_GAME "🧩"
 #define EMOJI_GIT "🌱"
 #define EMOJI_IMAGE "đŸ–ŧī¸ "
 #define EMOJI_INFO "â„šī¸ "
@@ -45,7 +41,6 @@
 #define EMOJI_MOVIE "đŸŽŦ"
 #define EMOJI_MUSIC EMOJI_AUDIO
 #define EMOJI_NOTE "📝"
-#define EMOJI_NOTES "📓"
 #define EMOJI_PATCH "🩹"
 #define EMOJI_PDF "📕"
 #define EMOJI_PHOTO "📸"
index 5e2d14ecb34680d4845abc4e42516663c62a8fe1..2056d9e0bdcbd48f489454c5f955d086a781d6e7 100644 (file)
@@ -119,11 +119,6 @@ static const struct icon_pair icons_name[] = {
        {"Public",       EMOJI_PUBLIC,     0},
        {"Templates",    EMOJI_TEMPLATE,   0},
        {"Videos",       EMOJI_MOVIE,      0},
-       {"Cloud",        EMOJI_CLOUD,      0},
-       {"Code",         EMOJI_CODE,       0},
-       {"Games",        EMOJI_GAME,       0},
-       {"Literature",   EMOJI_BOOKS,      0},
-       {"Notes",        EMOJI_NOTES,      0},
        {"CHANGELOG",    EMOJI_CHANGELOG,  COLOR_DOCS},
        {"configure",    EMOJI_CONF,       0},
        {"License",      EMOJI_LICENSE,    COLOR_DOCS},
@@ -577,7 +572,6 @@ static const struct icon_pair icons_ext[] = {
     /* B */
     {"bat", EMOJI_SCRIPT, 0},
     {"bin", EMOJI_BINARY, 0},
-    {"bib", EMOJI_BOOKS, 0},
     {"bmp", EMOJI_IMAGE, COLOR_IMAGE},
     {"bz2", EMOJI_ARCHIVE, COLOR_ARCHIVE},
 
@@ -618,8 +612,6 @@ static const struct icon_pair icons_ext[] = {
     {"flv", EMOJI_MOVIE, COLOR_VIDEO},
 
     /* G */
-    {"gba", EMOJI_GAME, 0},
-    {"gdi", EMOJI_GAME, 0},
     {"gem", EMOJI_ARCHIVE, 0},
     {"gif", EMOJI_IMAGE, COLOR_IMAGE},
     {"gpg", EMOJI_ENCRYPTED, COLOR_IMAGE},
@@ -681,8 +673,6 @@ static const struct icon_pair icons_ext[] = {
     {"msi", EMOJI_WINDOWS, 0},
 
     /* N */
-    {"n64", EMOJI_GAME, 0},
-    {"nes", EMOJI_GAME, 0},
     {"nfo", EMOJI_INFO, 0},
 
     /* O */
@@ -743,7 +733,6 @@ static const struct icon_pair icons_ext[] = {
     /* U */
 
     /* V */
-    {"v64", EMOJI_GAME, 0},
     {"vid", EMOJI_MOVIE, COLOR_VIDEO},
     {"vim", EMOJI_CONF, 0},
     {"vimrc", EMOJI_CONF, 0},
@@ -770,7 +759,6 @@ static const struct icon_pair icons_ext[] = {
     {"yml", EMOJI_CONF, 0},
 
     /* Z */
-    {"z64", EMOJI_GAME, 0},
     {"zip", EMOJI_ARCHIVE, COLOR_ARCHIVE},
 
     /* Other */