remove unused methods

This commit is contained in:
Baris Usakli
2018-10-17 15:23:46 -04:00
parent 74fdadf8a6
commit baf91089a6
4 changed files with 0 additions and 49 deletions

View File

@@ -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);
};