Merge pull request #303 from Arcnor/deadcode-removal2

remove unused code (mainly windows.h)
This commit is contained in:
Louis Gombert
2024-05-08 14:49:53 +02:00
committed by GitHub
40 changed files with 23 additions and 1621 deletions

View File

@@ -22,7 +22,6 @@
#include "byteswap.h"
#if defined(WIN32)
#include <windows.h>
#include "ddraw.h"
#elif defined(__LINUX__)
#include "linux/linux_fix.h"
#include "lnxscreenmode.h"