1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-13 15:56:00 +00:00

remove ccolor::legacy

This commit is contained in:
Zeno Rogue
2024-06-16 16:22:30 +02:00
parent 56e4a84b1b
commit a04638af3b
2 changed files with 0 additions and 9 deletions

View File

@@ -1961,11 +1961,6 @@ EX namespace ccolor {
dialog::end_list();
}
EX data *legacy(char c) {
if(c == 'd') return &landscape_dark;
return &plain;
}
#undef CCO
EX }