Explorar o código

Cleaned up unused stuff

Paul-Louis Ageneau %!s(int64=5) %!d(string=hai) anos
pai
achega
4e426d75e0
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      include/rtc/rtp.hpp

+ 1 - 3
include/rtc/rtp.hpp

@@ -354,11 +354,9 @@ private:
 	unsigned int requestedBitrate = 0;
 	synchronized_callback<rtc::message_ptr> txCB;
 	SSRC ssrc = 0;
-	uint32_t greatestSeqNo = 0, greatestTS;
+	uint32_t greatestSeqNo = 0;
 	uint64_t syncRTPTS, syncNTPTS;
 
-	unsigned int rotationCount = 0;
-
 public:
 	void onOutgoing(std::function<void(rtc::message_ptr)> cb) override { txCB = cb; }