From ff6cfc0e515eb4e19d5a214f8a70adbac206fbfb Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 5 Sep 2009 08:18:06 +0000 Subject: [PATCH] small fix --- src/protocol.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/protocol.h b/src/protocol.h index 53233ab9..b4381fb5 100755 --- a/src/protocol.h +++ b/src/protocol.h @@ -72,7 +72,6 @@ public: void CreateJitBufMes ( const int iJitBufSize ); void CreateReqJitBufMes(); - void CreateNetwBlSiFactMes ( const int iNetwBlSiFact ); void CreateChanGainMes ( const int iChanID, const double dGain ); void CreateConClientListMes ( const CVector& vecChanInfo ); void CreateServerFullMes();