macOS: Remove dead MacQuartz QInternal::PaintDeviceFlags enum value

The QMacQuartzPaintDevice implementation was removed in c0065187d7.

Change-Id: I852c688601f105646d39c95341232512ee57a10d
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
This commit is contained in:
Tor Arne Vestbø 2020-10-05 13:33:31 +02:00
parent b40d3b0690
commit 31a2398e1d

View File

@ -1842,7 +1842,6 @@ public:
Pbuffer = 0x06, // GL pbuffer
FramebufferObject = 0x07, // GL framebuffer object
CustomRaster = 0x08,
MacQuartz = 0x09,
PaintBuffer = 0x0a,
OpenGL = 0x0b
};