Index: src/sch-rnd/file_act.c =================================================================== --- src/sch-rnd/file_act.c (revision 10325) +++ src/sch-rnd/file_act.c (revision 10326) @@ -76,7 +76,6 @@ if ((force != NULL) && (rnd_strcasecmp(force, "force") == 0)) exit(0); -TODO("need to check all sheets, not just the current one") if (!any_sheet_changed() || (rnd_hid_message_box(RND_ACT_DESIGN, "warning", "Close: lose data", "Exiting sch-rnd will lose unsaved sheet modifications.", "cancel", 0, "ok", 1, NULL) == 1)) sch_rnd_quit_app();