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

Remove unused variable

This commit is contained in:
TheLastProject 2015-02-19 20:41:21 +01:00
parent 718aad2c5a
commit 5b6e2d5ecc

View File

@ -313,8 +313,6 @@ void FileTransferWidget::onFileTransferPaused(ToxFile file)
void FileTransferWidget::onFileTransferFinished(ToxFile file)
{
static const QStringList openExtensions = { "png", "jpeg", "jpg", "gif", "zip", "rar" };
if(fileInfo != file)
return;