From e2c1bc1a0f238239fe0f71a5602c228b1ef304f4 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Fri, 27 Jul 2012 13:56:38 +0200 Subject: [PATCH] config: no need to create 'icons' folder --- SparkleLib/SparkleConfig.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SparkleLib/SparkleConfig.cs b/SparkleLib/SparkleConfig.cs index e305227c..d1d0209b 100755 --- a/SparkleLib/SparkleConfig.cs +++ b/SparkleLib/SparkleConfig.cs @@ -70,10 +70,6 @@ namespace SparkleLib { if (!Directory.Exists (config_path)) Directory.CreateDirectory (config_path); - string icons_path = Path.Combine (config_path, "icons"); - if (!Directory.Exists (icons_path)) - Directory.CreateDirectory (icons_path); - try { Load (FullPath);