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

Loading…
Cancel
Save