mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +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
|
||||
|
||||
public:
|
||||
using time_point = p_high_resolution_clock::time_point;
|
||||
|
||||
static std::unique_ptr<SendQueue> create(Socket* socket, HifiSockAddr destination);
|
||||
|
||||
void queuePacket(std::unique_ptr<Packet> packet);
|
||||
|
|
Loading…
Reference in a new issue