setInterruptCheck(): Remove declared but undefined function

This commit is contained in:
Eelco Dolstra 2024-04-05 16:03:25 +02:00
parent 62f8d8c9a9
commit 75be3f23c6

View file

@ -21,11 +21,6 @@ static inline void setInterrupted(bool isInterrupted);
*/
static inline bool getInterrupted();
/**
* @note Does nothing on Windows
*/
static inline void setInterruptCheck(std::function<bool()> interruptCheck);
/**
* @note Does nothing on Windows
*/