remove a hardcoded translation

This commit is contained in:
ansuz 2021-02-09 19:18:24 +05:30
parent aa8b3c6d0a
commit d523b0e6da
1 changed files with 0 additions and 2 deletions

View File

@ -412,8 +412,6 @@ define([
]);
}, true);
Messages.settings_colortheme_custom = "Custom"; // XXX
makeBlock('colortheme', function (cb) {
var theme = window.cryptpadStore.store['colortheme'] || 'default';
var os = window.cryptpadStore.store['colortheme_default'] || 'light';