mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 23:33:26 +02:00
Remove AssetServer dtor
This commit is contained in:
parent
d66c521200
commit
287f2533eb
2 changed files with 0 additions and 4 deletions
|
@ -42,9 +42,6 @@ AssetServer::AssetServer(NLPacket& packet) :
|
|||
packetReceiver.registerMessageListener(PacketType::AssetUpload, this, "handleAssetUpload");
|
||||
}
|
||||
|
||||
AssetServer::~AssetServer() {
|
||||
}
|
||||
|
||||
void AssetServer::run() {
|
||||
ThreadedAssignment::commonInit(ASSET_SERVER_LOGGING_TARGET_NAME, NodeType::AssetServer);
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@ class AssetServer : public ThreadedAssignment {
|
|||
Q_OBJECT
|
||||
public:
|
||||
AssetServer(NLPacket& packet);
|
||||
~AssetServer();
|
||||
|
||||
static QString hashData(const QByteArray& data);
|
||||
|
||||
|
|
Loading…
Reference in a new issue