summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 52f081ba0..c7236c601 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -404,14 +404,6 @@ function view(id) {
}
}
-function tMark(id) {
- return toggleMark(id);
-}
-
-function tPub(id) {
- return togglePub(id);
-}
-
function toggleMark(id, client_only) {
try {
var query = "?op=rpc&id=" + id + "&subop=mark";