summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/mbbsd/psb.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/pttbbs/mbbsd/psb.c b/pttbbs/mbbsd/psb.c
index eea22b19..5702359b 100644
--- a/pttbbs/mbbsd/psb.c
+++ b/pttbbs/mbbsd/psb.c
@@ -704,12 +704,6 @@ pvcm_input_processor(int key, int curr, int total GCC_UNUSED, int rows GCC_UNUSE
case KEY_DEL:
case 'd':
do {
- boardheader_t *bp = bp = getbcache(currbid);
- assert(bp);
- if (!(bp->brdattr & BRD_BM_MASK_CONTENT)) {
- vmsg("要先開啟刪特定文字的權限。");
- break;
- }
char reason[DISP_TTLEN];
if (!getdata(b_lines-2, 0, "請輸入刪除原因: ",
reason, sizeof(reason), DOECHO))