dxgi: Get rid of DXGI_FRAME_LATENCY_DEFAULT.

Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Matteo Bruni 2018-06-04 20:32:29 +02:00 committed by Alexandre Julliard
parent 05c6692471
commit 0171c581ec
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@
enum dxgi_frame_latency
{
DXGI_FRAME_LATENCY_DEFAULT = 3,
DXGI_FRAME_LATENCY_MAX = 16,
};