mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 10:56:18 +03:00
Remove unused constants
This commit is contained in:
parent
de2b4be9b9
commit
3f77a9e235
|
@ -61,16 +61,6 @@ class DDPF(IntFlag):
|
|||
LUMINANCE = 0x20000
|
||||
|
||||
|
||||
# DXT1
|
||||
DXT1_FOURCC = 0x31545844
|
||||
|
||||
# DXT3
|
||||
DXT3_FOURCC = 0x33545844
|
||||
|
||||
# DXT5
|
||||
DXT5_FOURCC = 0x35545844
|
||||
|
||||
|
||||
# dxgiformat.h
|
||||
class DXGI_FORMAT(IntEnum):
|
||||
UNKNOWN = 0,
|
||||
|
|
Loading…
Reference in New Issue
Block a user