mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 12:35:19 +02:00
emove impl of deleted methods
This commit is contained in:
parent
d1c66751c4
commit
9625e6b33a
1 changed files with 0 additions and 8 deletions
|
@ -129,11 +129,3 @@ QString nameForPacketType(PacketType::Value packetType) {
|
|||
int numBytesForArithmeticCodedPacketType(PacketType::Value packetType) {
|
||||
return (int) ceilf((float) packetType / 255);
|
||||
}
|
||||
|
||||
PacketType::Value packetTypeForPacket(const QByteArray& packet) {
|
||||
return (PacketType::Value) arithmeticCodingValueFromBuffer(packet.data());
|
||||
}
|
||||
|
||||
PacketType::Value packetTypeForPacket(const char* packet) {
|
||||
return (PacketType::Value) arithmeticCodingValueFromBuffer(packet);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue