summaryrefslogtreecommitdiff
path: root/winrt/mupdf_cpp/LVContents.h
diff options
context:
space:
mode:
Diffstat (limited to 'winrt/mupdf_cpp/LVContents.h')
-rw-r--r--winrt/mupdf_cpp/LVContents.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/winrt/mupdf_cpp/LVContents.h b/winrt/mupdf_cpp/LVContents.h
deleted file mode 100644
index 1ca4179c..00000000
--- a/winrt/mupdf_cpp/LVContents.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-namespace ListViewContents {
- [Windows::UI::Xaml::Data::Bindable]
- public ref class LVContents sealed
- {
- public:
- LVContents(void);
- property Platform::String^ ContentItem;
- property int Page;
-
- };
-}