From 4c9611cb3d9f18322f8e77f8ba493799d77c0a0a Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Fri, 3 Apr 2015 12:01:49 +0100 Subject: Remove gsview from mupdf repo. It has its own repo now. See http://git.ghostscript.com/?p=gsview.git --- platform/windows/mupdf_cpp/App.xaml.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 platform/windows/mupdf_cpp/App.xaml.h (limited to 'platform/windows/mupdf_cpp/App.xaml.h') diff --git a/platform/windows/mupdf_cpp/App.xaml.h b/platform/windows/mupdf_cpp/App.xaml.h deleted file mode 100644 index b62c9979..00000000 --- a/platform/windows/mupdf_cpp/App.xaml.h +++ /dev/null @@ -1,24 +0,0 @@ -// -// App.xaml.h -// Declaration of the App class. -// - -#pragma once - -#include "App.g.h" - -namespace mupdf_cpp -{ - /// - /// Provides application-specific behavior to supplement the default Application class. - /// - ref class App sealed - { - public: - App(); - virtual void OnLaunched(Windows::ApplicationModel::Activation::LaunchActivatedEventArgs^ args) override; - virtual void App::OnFileActivated(Windows::ApplicationModel::Activation::FileActivatedEventArgs^ args) override; - private: - void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e); - }; -} -- cgit v1.2.3