Closed ianfixes closed 4 years ago
Well, looks like the ToDo.html is also referenced in some other files.
https://github.com/emaculation/macemu/search?q=Todo.html&unscoped_q=Todo.html
Part of this is my unfamiliarity with Xcode project administration, but it looks like quite a few code files are not actually in use by the BasiliskII.xcodeproj
project (among them, Controller.mm
which refers to the ToDo.html
file). I'm not sure whether that's because these are experimental features in development, or just dead code that never got deleted.
@rakslice to the rescue with #137