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

Remove dead assignement, useless include

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-11-08 16:30:52 +01:00
parent e1b95105bc
commit 741c9771ea
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
2 changed files with 0 additions and 3 deletions

View File

@ -1213,7 +1213,6 @@ bool Core::loadConfiguration(QString path)
if (err)
{ // maybe we should handle this better
qWarning() << "Core: history db isn't encrypted, but encryption is set!! No history loaded...";
error = false;
}
else
{

View File

@ -34,8 +34,6 @@
#include "src/friendlist.h"
#include "src/friend.h"
#include <QDebug>
GenericChatForm::GenericChatForm(QWidget *parent) :
QWidget(parent),
earliestMessage(nullptr)