- Remove old comments

This commit is contained in:
Christophe Dumez 2009-11-15 13:29:32 +00:00
parent 31180bb00c
commit aeb12e53ee

View file

@ -172,9 +172,6 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent), dis
loadPreferences(false); loadPreferences(false);
// Resume unfinished torrents // Resume unfinished torrents
BTSession->startUpTorrents(); BTSession->startUpTorrents();
// FIXME: Sorting
//downloadingTorrentTab->loadLastSortedColumn();
//finishedTorrentTab->loadLastSortedColumn();
// Add torrent given on command line // Add torrent given on command line
processParams(torrentCmdLine); processParams(torrentCmdLine);
// Initialize Web UI // Initialize Web UI