diff options
Diffstat (limited to 'txtrecv.h')
-rw-r--r-- | txtrecv.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -157,7 +157,6 @@ class cRingTxtFrames : public cRingBufferFrame { ~cRingTxtFrames() { Clear(); }; void Wait(void) { WaitForGet(); }; void Signal(void) { EnableGet(); }; - bool Check(int Size) { return (Free() >= Size); }; }; class cTxtReceiver : public cReceiver, public cThread { |