remove legacy opengl code

This commit is contained in:
FunkyFr3sh 2018-10-02 15:58:30 +02:00
parent b2cf1b0a55
commit 29478d6e25
4 changed files with 103 additions and 175 deletions

View file

@ -1218,7 +1218,6 @@ HRESULT WINAPI DirectDrawCreate(GUID FAR* lpGUID, LPDIRECTDRAW FAR* lplpDD, IUnk
else if (tolower(tmp[0]) == 'a')
{
printf("DirectDrawCreate: Using automatic renderer\n");
This->autorenderer = TRUE;
DWORD version = GetVersion();
DWORD major = (DWORD)(LOBYTE(LOWORD(version)));