mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
remove deprecated methods
This commit is contained in:
@@ -57,11 +57,6 @@ Topics.getPageCount = function (tid, uid, callback) {
|
||||
], callback);
|
||||
};
|
||||
|
||||
Topics.getTidPage = function (tid, uid, callback) {
|
||||
console.warn('[Topics.getTidPage] deprecated!');
|
||||
callback(null, 1);
|
||||
};
|
||||
|
||||
Topics.getTopicsFromSet = function (set, uid, start, stop, callback) {
|
||||
async.waterfall([
|
||||
function (next) {
|
||||
|
||||
Reference in New Issue
Block a user