summaryrefslogtreecommitdiff
path: root/winrt/mupdf_cpp/LVContents.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'winrt/mupdf_cpp/LVContents.cpp')
-rw-r--r--winrt/mupdf_cpp/LVContents.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/winrt/mupdf_cpp/LVContents.cpp b/winrt/mupdf_cpp/LVContents.cpp
deleted file mode 100644
index 1905c10c..00000000
--- a/winrt/mupdf_cpp/LVContents.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "pch.h"
-#include "LVContents.h"
-
-using namespace ListViewContents;
-LVContents::LVContents(void)
-{
- ContentItem = "";
- Page = -1;
-}