mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Removed dead code for the now-removed Thread:kill
This commit is contained in:
@@ -36,7 +36,6 @@ public:
|
||||
virtual ~Thread() {}
|
||||
virtual bool start() = 0;
|
||||
virtual void wait() = 0;
|
||||
virtual void kill() = 0;
|
||||
}; // ThreadObject
|
||||
|
||||
} // thread
|
||||
|
||||
Reference in New Issue
Block a user