From ef378b281a1854f5cb7c2a87799be04ed418afa3 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Tue, 27 Aug 2019 00:15:17 -0400 Subject: [PATCH] Obsolete comments. --- x11/x11.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/x11/x11.c b/x11/x11.c index 84279efb..35f188cf 100644 --- a/x11/x11.c +++ b/x11/x11.c @@ -1504,9 +1504,6 @@ void XC_resize(void) _draw_border(); - /* Detach and drop the current shared memory segment and create and - attach to a new segment */ - memcpy(save_atrtab, xc_atrtab, sizeof(save_atrtab)); SP->XcurscrSize = XCURSCR_SIZE; @@ -1844,8 +1841,7 @@ int XCursesSetupX(int argc, char *argv[]) if (!strcmp(xc_app_data.textCursor, "vertical")) vertical_cursor = TRUE; - /* Now have LINES and COLS. Set these in the shared SP so the curses - program can find them. */ + /* Now have LINES and COLS. */ LINES = XCursesLINES; COLS = XCursesCOLS;