Skip to content

Commit b2a6428

Browse files
committed
remove random leftovers from attempt at threading
1 parent 3ff5ee5 commit b2a6428

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

include/layouts/PlayerEventLog.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
#include <basis/seadTypes.h>
44
#include <prim/seadSafeString.h>
55

6-
namespace al {
7-
class AsyncFunctorThread;
8-
}
9-
106
constexpr s32 sNumEntries = 8;
117

128
class PlayerEventLog {
@@ -41,7 +37,4 @@ class PlayerEventLog {
4137
private:
4238
Entry mLog[8];
4339
bool mIsHidden = false;
44-
al::AsyncFunctorThread* mThread = nullptr;
4540
};
46-
47-
typedef void (PlayerEventLog::*LogThreadFunc)();

0 commit comments

Comments
 (0)