Browse Source

- Remove old comments

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
aeb12e53ee
  1. 3
      src/GUI.cpp

3
src/GUI.cpp

@ -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

Loading…
Cancel
Save