summaryrefslogtreecommitdiff
path: root/txtrecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'txtrecv.h')
-rw-r--r--txtrecv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/txtrecv.h b/txtrecv.h
index ec274ea..cebf375 100644
--- a/txtrecv.h
+++ b/txtrecv.h
@@ -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 {