From 873d42344bc623612f054f50a97dd422b7b7a836 Mon Sep 17 00:00:00 2001 From: Menotdan Date: Wed, 10 May 2023 10:39:25 -0400 Subject: [PATCH] remove files as visual studio is bugging. --- Source/Engine/Platform/Windows/WindowsScreenUtils.cpp | 0 Source/Engine/Platform/Windows/WindowsScreenUtils.h | 5 ----- 2 files changed, 5 deletions(-) delete mode 100644 Source/Engine/Platform/Windows/WindowsScreenUtils.cpp delete mode 100644 Source/Engine/Platform/Windows/WindowsScreenUtils.h diff --git a/Source/Engine/Platform/Windows/WindowsScreenUtils.cpp b/Source/Engine/Platform/Windows/WindowsScreenUtils.cpp deleted file mode 100644 index e69de29bb..000000000 diff --git a/Source/Engine/Platform/Windows/WindowsScreenUtils.h b/Source/Engine/Platform/Windows/WindowsScreenUtils.h deleted file mode 100644 index 4e8841525..000000000 --- a/Source/Engine/Platform/Windows/WindowsScreenUtils.h +++ /dev/null @@ -1,5 +0,0 @@ -#pragma once -class WindowsScreenUtils -{ -}; -