remove unneeded call

This commit is contained in:
ccd0 2014-04-06 22:56:52 -07:00
parent c1b1b66ae3
commit f9086ecc95
3 changed files with 0 additions and 3 deletions

View File

@ -6452,7 +6452,6 @@
} else { } else {
if (QR.posts.length > 1) { if (QR.posts.length > 1) {
QR.captcha.setup(); QR.captcha.setup();
QR.captcha.afterSetup();
} }
post.rm(); post.rm();
} }

View File

@ -6477,7 +6477,6 @@
} else { } else {
if (QR.posts.length > 1) { if (QR.posts.length > 1) {
QR.captcha.setup(); QR.captcha.setup();
QR.captcha.afterSetup();
} }
post.rm(); post.rm();
} }

View File

@ -790,7 +790,6 @@ QR =
else else
if QR.posts.length > 1 if QR.posts.length > 1
QR.captcha.setup() QR.captcha.setup()
QR.captcha.afterSetup()
post.rm() post.rm()
QR.cooldown.set {req, post, isReply, threadID} QR.cooldown.set {req, post, isReply, threadID}