[nostalgia/core] Cleanup

This commit is contained in:
2023-05-16 21:20:07 -05:00
parent 2c7e134606
commit f63fe6c995
8 changed files with 81 additions and 48 deletions
-2
View File
@@ -116,8 +116,6 @@ class Context: public keel::Context {
#ifndef OX_BARE_METAL
int uninterruptedRefreshes = 3;
ox::UPtr<BaseClipboardObject> clipboard;
#else
bool running = true;
#endif
protected:
#ifndef OX_BARE_METAL