mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 09:13:08 -07:00
- Delete code that is no longer used
This commit is contained in:
parent
e7663e7b6b
commit
bca03706a0
2 changed files with 0 additions and 7 deletions
|
@ -420,12 +420,6 @@ void RSSImp::selectFirstFeed(){
|
|||
}
|
||||
}
|
||||
|
||||
void RSSImp::selectFirstNews(){
|
||||
if(listNews->count()){
|
||||
listNews->setCurrentRow(0);
|
||||
}
|
||||
}
|
||||
|
||||
RSSImp::~RSSImp(){
|
||||
qDebug("Deleting RSSImp...");
|
||||
delete refreshTimeTimer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue