summaryrefslogtreecommitdiff
path: root/platform/windows/gsview/App.xaml.cs
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2015-04-03 12:01:49 +0100
committerRobin Watts <robin.watts@artifex.com>2015-04-06 19:31:59 +0100
commit4c9611cb3d9f18322f8e77f8ba493799d77c0a0a (patch)
treed8b8fa3450ba94391d30ab61038ee97cfbabbc6d /platform/windows/gsview/App.xaml.cs
parent1ed4656f99a09f38216d11275fe85bb75c0d635a (diff)
downloadmupdf-4c9611cb3d9f18322f8e77f8ba493799d77c0a0a.tar.xz
Remove gsview from mupdf repo.
It has its own repo now. See http://git.ghostscript.com/?p=gsview.git
Diffstat (limited to 'platform/windows/gsview/App.xaml.cs')
-rw-r--r--platform/windows/gsview/App.xaml.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/platform/windows/gsview/App.xaml.cs b/platform/windows/gsview/App.xaml.cs
deleted file mode 100644
index 76d96a97..00000000
--- a/platform/windows/gsview/App.xaml.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Configuration;
-using System.Data;
-using System.Linq;
-using System.Windows;
-
-namespace gsview
-{
- /// <summary>
- /// Interaction logic for App.xaml
- /// </summary>
- public partial class App : Application
- {
- }
-}