@@ -421,22 +421,18 @@ static void sel_dogroups()
421421
422422 case NG_MINUS:
423423 np = g_recent_ng;
424- #if 0
425- /* CAA: I'm not sure why I wrote this originally--it seems unnecessary */
426- np->flags |= NF_VISIT;
427- #endif
428424 goto do_group;
429425
430426 case NG_NOSERVER:
431427 nntp_server_died (np->rc ->datasrc );
432428 (void ) first_page ();
433429 break ;
434430
435- /* CAA extensions */
431+ /* extensions */
436432 case NG_GO_ARTICLE:
437433 np = g_ng_go_ngptr;
438434 goto do_group;
439- /* later: possible go-to-newsgroup (applicable?) */
435+ /* later: possible go-to-newsgroup (applicable?) */
440436 }
441437 }
442438 loop_break:
@@ -1067,7 +1063,7 @@ static void sel_status_msg(const char *cp)
10671063 std::fputs (cp, stdout);
10681064 g_term_col = std::strlen (cp);
10691065 goto_xy (0 ,g_sel_items[g_sel_item_index].line );
1070- std::fflush (stdout); /* CAA: otherwise may not be visible */
1066+ std::fflush (stdout); /* otherwise may not be visible */
10711067 s_disp_status_line = 2 ;
10721068}
10731069
@@ -1076,9 +1072,9 @@ static char sel_input()
10761072 int j;
10771073 int sel_number;
10781074
1079- /* CAA: TRN proudly continues the state machine traditions of RN.
1080- * April 2, 1996: 28 gotos in this function. Conversion to
1081- * structured programming is left as an exercise for the reader.
1075+ /* TRN proudly continues the state machine traditions of RN.
1076+ * April 2, 1996: 28 gotos in this function. Conversion to
1077+ * structured programming is left as an exercise for the reader.
10821078 */
10831079 /* If one immediately types a goto command followed by a dash ('-'),
10841080 * the following will be the default action.
@@ -1104,7 +1100,7 @@ static char sel_input()
11041100reinp_selector:
11051101 if (s_removed_prompt & RP_MOUSEBAR)
11061102 {
1107- goto position_selector; /* (CAA: TRN considered harmful? :-) */
1103+ goto position_selector; /* (TRN considered harmful? :-) */
11081104 }
11091105 /* Grab some commands from the user */
11101106 std::fflush (stdout);
0 commit comments