mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 20:42:56 +02:00
remove an unused alias
This commit is contained in:
parent
84ab4fd585
commit
a27e0e7cc7
1 changed files with 0 additions and 2 deletions
|
@ -45,8 +45,6 @@ class SendQueue : public QObject {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
using time_point = p_high_resolution_clock::time_point;
|
|
||||||
|
|
||||||
static std::unique_ptr<SendQueue> create(Socket* socket, HifiSockAddr destination);
|
static std::unique_ptr<SendQueue> create(Socket* socket, HifiSockAddr destination);
|
||||||
|
|
||||||
void queuePacket(std::unique_ptr<Packet> packet);
|
void queuePacket(std::unique_ptr<Packet> packet);
|
||||||
|
|
Loading…
Reference in a new issue