From d7ac3c6b890feae77dc809e84f7cb6b60e9ad8be Mon Sep 17 00:00:00 2001 From: vladislavbelov Date: Fri, 21 May 2021 21:46:01 +0000 Subject: [PATCH] Removes macOS system version include added in 7e87211d91 and forgotten in 9a2d0f803e. This was SVN commit r25506. --- source/ps/VideoMode.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/ps/VideoMode.cpp b/source/ps/VideoMode.cpp index ed972ddeae..0a369fb332 100644 --- a/source/ps/VideoMode.cpp +++ b/source/ps/VideoMode.cpp @@ -37,10 +37,6 @@ #include "ps/Pyrogenesis.h" #include "renderer/Renderer.h" -#if OS_MACOSX -# include "lib/sysdep/os/osx/osx_sys_version.h" -#endif - static int DEFAULT_WINDOW_W = 1024; static int DEFAULT_WINDOW_H = 768;