From 7aa49c243c9b4f5a2c215a056f6319f3a365cfd8 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 14 Nov 2006 20:29:22 +0000 Subject: [PATCH] - Removed options.xml creation since it is no longer used --- src/options_imp.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/options_imp.cpp b/src/options_imp.cpp index a84e9d50f..5c4a6937c 100644 --- a/src/options_imp.cpp +++ b/src/options_imp.cpp @@ -95,11 +95,6 @@ options_imp::options_imp(QWidget *parent):QDialog(parent){ home += QDir::separator(); } txt_savePath->setText(home+"qBT_dir"); - // Save Options if options.xml does not exist yet - savePath = misc::qBittorrentPath() + "options.xml"; - if(! QFile::exists(savePath)){ - saveOptions(); - } // Load options loadOptions(); // Connect signals / slots