Skip to content

Commit

Permalink
Update awt_Toolkit.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mrserb committed Nov 13, 2023
1 parent 2c7cca7 commit 9175854
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -2009,10 +2009,6 @@ JNIEnv* AwtToolkit::m_env;
DWORD AwtToolkit::m_threadId;

void AwtToolkit::SetEnv(JNIEnv *env) {
if (m_env != NULL) {
abort();// TODO delete block
return;
}
m_threadId = GetCurrentThreadId();
m_env = env;
}
Expand Down

0 comments on commit 9175854

Please sign in to comment.