- Removed useless variable

This commit is contained in:
Christophe Dumez
2009-03-27 19:52:16 +00:00
parent e8454596ea
commit 8214d87ce5
2 changed files with 0 additions and 3 deletions

View File

@@ -51,7 +51,6 @@ class SearchEngine : public QWidget, public Ui::search_engine{
bittorrent *BTSession;
QSystemTrayIcon *myTrayIcon;
bool systrayIntegration;
downloadThread *downloader;
QStringList enabled_engines;
QTimer *searchTimeout;
SearchTab *currentSearchTab;