remove more dead code

This commit is contained in:
mntmn
2020-04-09 16:22:17 +02:00
parent 01a6bec80e
commit 3edde7c53c
8 changed files with 6 additions and 259 deletions

View File

@@ -31,12 +31,6 @@ SpacedeckUsers = {
if (on_success) {
on_success(user);
}
// see spacedeck_account.js
load_importables(this.user, function(files) {
this.importables = files;
}.bind(this));
}.bind(this), function() {
// error
this.loading_user = false;