From 92fe955910af4b20069835004e47a4a0d652c1d4 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 29 Oct 2011 15:47:14 +0100 Subject: [PATCH] config: fix error --- SparkleLib/SparkleConfig.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/SparkleLib/SparkleConfig.cs b/SparkleLib/SparkleConfig.cs index 780fb2b4..547e025e 100755 --- a/SparkleLib/SparkleConfig.cs +++ b/SparkleLib/SparkleConfig.cs @@ -70,9 +70,6 @@ namespace SparkleLib { } catch (TypeInitializationException) { CreateInitialConfig (); - } catch (IOException) { - CreateInitialConfig (); - } catch (FileNotFoundException) { CreateInitialConfig ();