some old left over branding code

This commit is contained in:
psychobunny
2015-09-10 14:56:08 -04:00
parent 394fa87b39
commit 265a16af1a
2 changed files with 0 additions and 6 deletions

View File

@@ -18,8 +18,6 @@ module.exports = function(Meta) {
Meta.css = {};
Meta.css.cache = undefined;
Meta.css.acpCache = undefined;
Meta.css.branding = {};
Meta.css.defaultBranding = {};
Meta.css.minify = function(callback) {
callback = callback || function() {};

View File

@@ -100,10 +100,6 @@ SocketAdmin.themes.set = function(socket, data, callback) {
}
};
SocketAdmin.themes.updateBranding = function(socket, data, callback) {
meta.css.updateBranding();
};
SocketAdmin.plugins.toggleActive = function(socket, plugin_id, callback) {
require('../posts/cache').reset();
plugins.toggleActive(plugin_id, callback);