OSDN Git Service

画像投稿先のサービスから「img.ly」を削除
[opentween/open-tween.git] / OpenTween / MediaSelector.cs
index 3b4ebbe..400d742 100644 (file)
@@ -154,7 +154,6 @@ namespace OpenTween
 
             this.pictureService = new Dictionary<string, IMediaUploadService> {
                 ["Twitter"] = new TwitterPhoto(tw, twitterConfig),
-                ["img.ly"] = new imgly(tw, twitterConfig),
                 ["Imgur"] = new Imgur(tw, twitterConfig),
                 ["Mobypicture"] = new Mobypicture(tw, twitterConfig),
             };