Skip to content

Commit 138496f

Browse files
committed
Remove DataThread::isReady()
1 parent a88af15 commit 138496f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Source/Processors/DataThreads/DataThread.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ class PLUGIN_API DataThread : public Thread
113113

114114
/** Returns the address of the DataBuffer that the input source will fill.*/
115115
DataBuffer* getBufferAddress(int streamIdx) const;
116-
117-
/** Returns true if the dataThread configuration is valid and the thread is ready for acquisition*/
118-
virtual bool isReady(){return true;};
119116

120117
protected:
121118

0 commit comments

Comments
 (0)