From b3f89027fc8abf0c2ea7c3c43786fbe775be0ea7 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 1 Jan 2011 18:52:26 +0000 Subject: [PATCH] Removed wrong ASSERT in torrent creator --- src/torrentcreator/torrentcreatordlg.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/torrentcreator/torrentcreatordlg.cpp b/src/torrentcreator/torrentcreatordlg.cpp index 6c53b7b82..d28a7d054 100644 --- a/src/torrentcreator/torrentcreatordlg.cpp +++ b/src/torrentcreator/torrentcreatordlg.cpp @@ -247,8 +247,6 @@ void TorrentCreatorDlg::updateOptimalPieceSize() } ++i; }while(i NB_PIECES_MIN); comboPieceSize->setCurrentIndex(i); }