From 721ef1d23623c7c5e1921cbab447fa8adf8c3768 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Mon, 19 Nov 2007 21:31:48 +0000 Subject: [PATCH] - Fixed useless variable in properties --- src/properties_imp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/properties_imp.h b/src/properties_imp.h index a794ea428..977279aa4 100644 --- a/src/properties_imp.h +++ b/src/properties_imp.h @@ -42,7 +42,6 @@ class properties : public QDialog, private Ui::properties{ QTorrentHandle h; bittorrent *BTSession; bool changedFilteredfiles; - bool changedTrackers; QString hash; PropListDelegate *PropDelegate; QStandardItemModel *PropListModel;