Remove D3D9 workarounds for Watcom.

The linked PRs have been merged since May.
This commit is contained in:
Pierre Wendling 2022-10-11 23:35:33 -04:00 committed by Ozkan Sezer
parent 2d7816e358
commit 5b9608e08c
1 changed files with 0 additions and 7 deletions

View File

@ -41,13 +41,6 @@
#include "SDL_shaders_d3d.h"
#ifdef __WATCOMC__
/* FIXME: Remove this once https://github.com/open-watcom/open-watcom-v2/pull/868 is merged */
#define D3DBLENDOP_REVSUBTRACT 3
/* FIXME: Remove this once https://github.com/open-watcom/open-watcom-v2/pull/869 is merged */
#define D3DERR_UNSUPPORTEDCOLOROPERATION MAKE_D3DHRESULT( 2073 )
#endif
typedef struct
{
SDL_Rect viewport;