summaryrefslogtreecommitdiff
path: root/platform/winrt/mupdfwinrt/ContentItem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/winrt/mupdfwinrt/ContentItem.cpp')
-rw-r--r--platform/winrt/mupdfwinrt/ContentItem.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/platform/winrt/mupdfwinrt/ContentItem.cpp b/platform/winrt/mupdfwinrt/ContentItem.cpp
deleted file mode 100644
index eff1f58b..00000000
--- a/platform/winrt/mupdfwinrt/ContentItem.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "pch.h"
-#include "ContentItem.h"
-
-using namespace mupdfwinrt;
-
-ContentItem::ContentItem(void)
-{
- StringOrig = nullptr;
- StringMargin = nullptr;
- Page = 0;
-}