--- lbbs/src/article_del.c 2025/07/02 04:17:33 1.6 +++ lbbs/src/article_del.c 2025/11/04 13:49:50 1.8 @@ -1,18 +1,10 @@ -/*************************************************************************** - article_del.c - description - ------------------- - copyright : (C) 2004-2025 by Leaflet - email : leaflet@leafok.com - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 3 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ +/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* + * article_del + * - user interactive feature to delete article + * + * Copyright (C) 2004-2025 by Leaflet + */ #include "article_del.h" #include "database.h" @@ -63,7 +55,6 @@ int article_del(const SECTION_LIST *p_se case KEY_TIMEOUT: goto cleanup; case CR: - igetch_reset(); case KEY_ESC: case 'N': return 0;