Suppress compiler warnings

This commit is contained in:
Paddy Xu
2017-05-15 00:25:31 +03:00
parent a65ddce4cf
commit b210b03383
3 changed files with 5 additions and 9 deletions

View File

@@ -102,14 +102,6 @@ namespace QuickLook.Plugin.PDFViewer
}
}
internal struct NativePage
{
public Matrix Ctm;
public Rectangle MediaBox;
public int Rotate;
}
internal class NativeMethods
{
private const uint FZ_STORE_DEFAULT = 256 << 20;