remove dead code

This commit is contained in:
Leo Horie 2016-05-04 00:36:18 -04:00
parent d78084ab90
commit 965f700cc4

View file

@ -131,16 +131,6 @@ var NewThread = {
}
}
function threadListItem(thread) {
return [
m("p", [
m("a", {href: "#/thread/" + thread.id}, trust(T.trimTitle(thread.text))),
]),
m("p.comment_count", thread.comment_count + " comment(s)"),
m("hr"),
]
}
//thread
var Thread = {
oninit: function(vnode) {