summaryrefslogtreecommitdiff
path: root/Juick/NewPostView.xaml.cs
diff options
context:
space:
mode:
authorGravatar Konstantin2012-10-23 22:33:46 +0400
committerGravatar Konstantin2012-10-23 22:33:46 +0400
commit61d3230b053453c9f8e145341a3def0d1ad8ff32 (patch)
treefaee3b9fe27d845ef5ada4082025f1e2dbf86c85 /Juick/NewPostView.xaml.cs
parent1ebf0adc26fd3377b50aacaed798f9866a7ea2eb (diff)
clean
Diffstat (limited to 'Juick/NewPostView.xaml.cs')
-rw-r--r--Juick/NewPostView.xaml.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Juick/NewPostView.xaml.cs b/Juick/NewPostView.xaml.cs
index e883597..8ad2722 100644
--- a/Juick/NewPostView.xaml.cs
+++ b/Juick/NewPostView.xaml.cs
@@ -79,8 +79,6 @@ namespace Juick
wb.SaveJpeg(ms, _attachedPhoto.PixelWidth, _attachedPhoto.PixelHeight, 0, 100);
request.AddFile("attach", ms.ToArray(), "file.jpg");
}
-
-
}
App.Client.ExecuteAsync(request, response =>
{