mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
cleanup
This commit is contained in:
parent
6711fd6ee4
commit
27e967b67e
|
@ -70,8 +70,6 @@ void Text::setWidth(qreal w)
|
|||
dirty = true;
|
||||
}
|
||||
|
||||
size = idealSize();
|
||||
|
||||
ensureIntegrity();
|
||||
freeResources();
|
||||
}
|
||||
|
|
|
@ -704,7 +704,6 @@ void ChatForm::loadHistory(QDateTime since, bool processUndelivered)
|
|||
ToxID storedPrevId = previousId;
|
||||
ToxID prevId;
|
||||
|
||||
std::swap(storedPrevId, previousId);
|
||||
QList<ChatMessage::Ptr> historyMessages;
|
||||
|
||||
QDate lastDate(1,0,0);
|
||||
|
|
Loading…
Reference in New Issue
Block a user