mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
remove unused methods
This commit is contained in:
@@ -123,10 +123,6 @@ SocketCategories.loadMore = function (socket, data, callback) {
|
||||
], callback);
|
||||
};
|
||||
|
||||
SocketCategories.getPageCount = function (socket, cid, callback) {
|
||||
categories.getPageCount(cid, socket.uid, callback);
|
||||
};
|
||||
|
||||
SocketCategories.getTopicCount = function (socket, cid, callback) {
|
||||
categories.getCategoryField(cid, 'topic_count', callback);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user