diff --git a/builds/appchan-x.js b/builds/appchan-x.js index 3b54308d7..2bbf7327c 100644 --- a/builds/appchan-x.js +++ b/builds/appchan-x.js @@ -138,7 +138,6 @@ 'Index Navigation': [false, 'Add buttons to navigate between threads.'], 'Reply Navigation': [false, 'Add buttons to navigate to top / bottom of thread.'], 'Check for Updates': [true, 'Check for updated versions of appchan x.'], - 'Emoji': [false, 'Adds icons next to names for different emails'], 'Color User IDs': [false, 'Assign unique colors to user IDs on boards that use them'], 'Remove Spoilers': [false, 'Remove all spoilers in text.'], 'Indicate Spoilers': [false, 'Indicate spoilers if Remove Spoilers is enabled.'] diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 0143feea0..ea6d5336b 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -138,7 +138,6 @@ 'Index Navigation': [false, 'Add buttons to navigate between threads.'], 'Reply Navigation': [false, 'Add buttons to navigate to top / bottom of thread.'], 'Check for Updates': [true, 'Check for updated versions of appchan x.'], - 'Emoji': [false, 'Adds icons next to names for different emails'], 'Color User IDs': [false, 'Assign unique colors to user IDs on boards that use them'], 'Remove Spoilers': [false, 'Remove all spoilers in text.'], 'Indicate Spoilers': [false, 'Indicate spoilers if Remove Spoilers is enabled.'] diff --git a/builds/crx/script.js b/builds/crx/script.js index 0e78c05db..b9c13ae6b 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -118,7 +118,6 @@ 'Index Navigation': [false, 'Add buttons to navigate between threads.'], 'Reply Navigation': [false, 'Add buttons to navigate to top / bottom of thread.'], 'Check for Updates': [true, 'Check for updated versions of appchan x.'], - 'Emoji': [false, 'Adds icons next to names for different emails'], 'Color User IDs': [false, 'Assign unique colors to user IDs on boards that use them'], 'Remove Spoilers': [false, 'Remove all spoilers in text.'], 'Indicate Spoilers': [false, 'Indicate spoilers if Remove Spoilers is enabled.'] diff --git a/src/General/Config.coffee b/src/General/Config.coffee index bd7671446..6aa41da16 100644 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -53,10 +53,6 @@ Config = true 'Check for updated versions of <%= meta.name %>.' ] - 'Emoji': [ - false - 'Adds icons next to names for different emails' - ] 'Color User IDs': [ false 'Assign unique colors to user IDs on boards that use them'