remove junk

This commit is contained in:
2025-03-07 15:29:20 +01:00
parent 6e9fcd093f
commit ae3485a899
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -58,8 +58,6 @@ void marks_page() {
noecho();
keypad(stdscr, TRUE);
std::clog << COLS << " " << LINES << std::endl;
/* Initialize all the colors */
for (uint8_t i = 0; i < 8; i++) {
init_pair(i, i, COLOR_BLACK);