summaryrefslogtreecommitdiff
path: root/platform/winrt/mupdf_cpp/DocumentPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/winrt/mupdf_cpp/DocumentPage.cpp')
-rw-r--r--platform/winrt/mupdf_cpp/DocumentPage.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/platform/winrt/mupdf_cpp/DocumentPage.cpp b/platform/winrt/mupdf_cpp/DocumentPage.cpp
deleted file mode 100644
index 39a22aa9..00000000
--- a/platform/winrt/mupdf_cpp/DocumentPage.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#include "pch.h"
-#include "DocumentPage.h"
-
-namespace mupdf_cpp
-{
- DocumentPage::DocumentPage(void)
- {
- this->Image = nullptr;
- this->Height = 0;
- this->Width = 0;
- this->PageZoom = 1.0;
- this->Content = NOTSET;
- _isPropertyChangedObserved = false;
- }
-}