Remove unused bot_data.get_all()

(imported from commit 70ec624667dacede72c00f1bb207d8d18dfdd4c1)
This commit is contained in:
Steve Howell
2014-03-12 14:17:04 -04:00
committed by Leo Franchi
parent 080f7229fc
commit 0d0c427f2b

View File

@@ -39,10 +39,6 @@ var bot_data = (function () {
send_change_event();
};
exports.get_all = function bot_data__get_all() {
return _.values(bots);
};
exports.get_editable = function bots_data__get_editable() {
return _.filter(bots, function (bot) { return bot.can_admin; });
};