From f0b4d7dd1c244a8631f8668ba786d88e12310a6b Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Sat, 25 May 2013 13:56:00 -0400 Subject: [PATCH] Huge slipup in inherited class properites --- mdl/m_io_sockets.pas | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mdl/m_io_sockets.pas b/mdl/m_io_sockets.pas index aae156e..271accd 100644 --- a/mdl/m_io_sockets.pas +++ b/mdl/m_io_sockets.pas @@ -30,11 +30,6 @@ Type FPeerName : String; FPeerIP : String; FHostIP : String; - FInBuf : TIOBuffer; - FInBufPos : LongInt; - FInBufEnd : LongInt; - FOutBuf : TIOBuffer; - FOutBufPos : LongInt; FTelnetState : Byte; FTelnetReply : Array[1..14] of Char; FTelnetCmd : Char;