1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Remove the unused struct DhtServer

This commit is contained in:
tux3 2015-05-16 13:25:52 +02:00
parent 5ae5ca0e59
commit 1bdb84825d
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
2 changed files with 0 additions and 9 deletions

View File

@ -293,7 +293,6 @@ private:
QTimer *toxTimer, *fileTimer; //, *saveTimer; QTimer *toxTimer, *fileTimer; //, *saveTimer;
Camera* camera; Camera* camera;
QString loadPath; // meaningless after start() is called QString loadPath; // meaningless after start() is called
QList<DhtServer> dhtServerList;
int dhtServerId; int dhtServerId;
static ToxCall calls[TOXAV_MAX_CALLS]; static ToxCall calls[TOXAV_MAX_CALLS];
#ifdef QTOX_FILTER_AUDIO #ifdef QTOX_FILTER_AUDIO

View File

@ -34,14 +34,6 @@ struct ToxID
void clear(); void clear();
}; };
struct DhtServer
{
QString name;
QString userId;
QString address;
int port;
};
struct ToxFile struct ToxFile
{ {
enum FileStatus enum FileStatus