Remove PokeBallType from settings

FeroxRev [2016-07-20 21:23:10]
Remove PokeBallType from settings
Filename
PokemonGo/RocketAPI/Console/Settings.cs
PokemonGo/RocketAPI/ISettings.cs
diff --git a/PokemonGo/RocketAPI/Console/Settings.cs b/PokemonGo/RocketAPI/Console/Settings.cs
index 29314d4..f141edb 100644
--- a/PokemonGo/RocketAPI/Console/Settings.cs
+++ b/PokemonGo/RocketAPI/Console/Settings.cs
@@ -12,6 +12,5 @@ namespace PokemonGo.RocketAPI.Console
         public  string GoogleRefreshToken { get; set; } = string.Empty;
         public  double DefaultLatitude { get; } = 10;
         public  double DefaultLongitude { get; } = 10;
-        public MiscEnums.Item UsedBall { get; } = MiscEnums.Item.ITEM_POKE_BALL;
     }
 }
diff --git a/PokemonGo/RocketAPI/ISettings.cs b/PokemonGo/RocketAPI/ISettings.cs
index bf51c69..6ab160b 100644
--- a/PokemonGo/RocketAPI/ISettings.cs
+++ b/PokemonGo/RocketAPI/ISettings.cs
@@ -11,6 +11,5 @@ namespace PokemonGo.RocketAPI
         string GoogleRefreshToken { get; set; }
         string PtcPassword { get; }
         string PtcUsername { get; }
-        MiscEnums.Item UsedBall { get; }
     }
 }
\ No newline at end of file
You may download the files in Public Git.