mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Removed dead code for the now-removed Thread:kill
This commit is contained in:
@@ -93,10 +93,5 @@ void Threadable::wait()
|
||||
owner->wait();
|
||||
}
|
||||
|
||||
void Threadable::kill()
|
||||
{
|
||||
owner->kill();
|
||||
}
|
||||
|
||||
} // thread
|
||||
} // love
|
||||
|
||||
Reference in New Issue
Block a user