removed unused functions

This commit is contained in:
barisusakli
2014-08-16 21:40:41 -04:00
parent ca90afd544
commit dd9a383f46
2 changed files with 0 additions and 32 deletions

View File

@@ -268,15 +268,6 @@ SocketPosts.getUpvoters = function(socket, pid, callback) {
});
};
SocketPosts.getPidPage = function(socket, pid, callback) {
posts.getPidPage(pid, socket.uid, callback);
};
SocketPosts.getPidIndex = function(socket, pid, callback) {
posts.getPidIndex(pid, callback);
};
SocketPosts.flag = function(socket, pid, callback) {
if (!socket.uid) {
return callback(new Error('[[error:not-logged-in]]'));