Remove dead code

This commit is contained in:
yflory
2019-09-16 17:27:52 +02:00
parent 1639cf780d
commit 08b105bc10
4 changed files with 1 additions and 22 deletions

View File

@@ -134,7 +134,6 @@ define([
});
}
}), {
messenger: cfg.messaging,
driveEvents: cfg.driveEvents
});
}));
@@ -1102,14 +1101,6 @@ define([
}
}, cb);
});
/* DEPRECATED
sframeChan.on('Q_CHAT_COMMAND', function (data, cb) {
Cryptpad.messenger.execCommand(data, cb);
});
Cryptpad.messenger.onEvent.reg(function (data) {
sframeChan.event('EV_CHAT_EVENT', data);
});
*/
}
// Chrome 68 on Mac contains a bug resulting in the page turning white after a few seconds