Enum members were removed as they are not used

This commit is contained in:
Matthew Leibowitz 2016-09-02 04:41:27 +02:00
Родитель e9f66ac376
Коммит 31ebfa4b45
2 изменённых файлов: 2 добавлений и 5 удалений

Просмотреть файл

@ -527,10 +527,7 @@ namespace SkiaSharp
[Flags]
public enum SKSurfacePropsFlags {
DisallowAntiAlias = 1 << 0,
DisallowDither = 1 << 1,
UseDeviceIndependentFonts = 1 << 2,
GammaCorrect = 1 << 3,
UseDeviceIndependentFonts = 1 << 0,
}
public enum SKEncoding {

2
skia

@ -1 +1 @@
Subproject commit 5a28ee5e40d9f96d005b572beedfb3c199a604b2
Subproject commit a1b3c0022a2b56af2a5e7af2dc90b433542ccc10