diff options
author | Michael Vrhel <michael.vrhel@artifex.com> | 2014-05-13 13:16:26 -0700 |
---|---|---|
committer | Michael Vrhel <michael.vrhel@artifex.com> | 2014-09-09 16:39:36 -0700 |
commit | cd6a5a1db0120198a44c2743a39eee21f9d6f4f2 (patch) | |
tree | ff7c576e376426f1e53272aa26ae53d7b683f8dd /platform/winrt/gsview/Convert.xaml.cs | |
parent | 2f0a47c6b93bd3935a0f4fad0dfb87149685485b (diff) | |
download | mupdf-cd6a5a1db0120198a44c2743a39eee21f9d6f4f2.tar.xz |
Add Drag-n-drop, Fix a few crashes. Clean up code.
Diffstat (limited to 'platform/winrt/gsview/Convert.xaml.cs')
-rw-r--r-- | platform/winrt/gsview/Convert.xaml.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/winrt/gsview/Convert.xaml.cs b/platform/winrt/gsview/Convert.xaml.cs index 9b2d5f66..c2c3ec65 100644 --- a/platform/winrt/gsview/Convert.xaml.cs +++ b/platform/winrt/gsview/Convert.xaml.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.Linq; using System.Text; -using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; |