diff --git a/sflphone-common/src/audio/codecs/audiocodec.h b/sflphone-common/src/audio/codecs/audiocodec.h index 20c06ca249619cd5b8c8b7c45afcfa129544a8d3..5a8030e4099215b1cd75704887701288e3452b02 100644 --- a/sflphone-common/src/audio/codecs/audiocodec.h +++ b/sflphone-common/src/audio/codecs/audiocodec.h @@ -159,29 +159,6 @@ class AudioCodec : public Codec bool _hasDynamicPayload; - void setCodecName (const std::string& codecName) { - _codecName = codecName; - } - - void setClockRate (uint32 rate) { - _clockRate = rate; - } - - void setChannel (uint8 channel) { - _channel = channel; - } - - void setFrameSize (unsigned size) { - _frameSize = size; - } - - void setBitrate (double rate) { - _bitrate = rate; - } - - void setBandwidth (double bandwidth) { - _bandwidth = bandwidth; - } private: uint8 _payload;