From 97bcfcff82cbfbcef5199f98f9e0fb2847850cc6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=CE=B6eh=20Matt?= <5415177+ZehMatt@users.noreply.github.com>
Date: Sat, 27 Nov 2021 15:47:23 +0200
Subject: [PATCH] Remove Paint.Misc.cpp
---
src/openrct2/libopenrct2.vcxproj | 1 -
src/openrct2/paint/sprite/Paint.Misc.cpp | 19 -------------------
2 files changed, 20 deletions(-)
delete mode 100644 src/openrct2/paint/sprite/Paint.Misc.cpp
diff --git a/src/openrct2/libopenrct2.vcxproj b/src/openrct2/libopenrct2.vcxproj
index 41c046c8f7..ec1e7c59e0 100644
--- a/src/openrct2/libopenrct2.vcxproj
+++ b/src/openrct2/libopenrct2.vcxproj
@@ -755,7 +755,6 @@
-
diff --git a/src/openrct2/paint/sprite/Paint.Misc.cpp b/src/openrct2/paint/sprite/Paint.Misc.cpp
deleted file mode 100644
index b28a14eca7..0000000000
--- a/src/openrct2/paint/sprite/Paint.Misc.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2014-2020 OpenRCT2 developers
- *
- * For a complete list of all authors, please refer to contributors.md
- * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
- *
- * OpenRCT2 is licensed under the GNU General Public License version 3.
- *****************************************************************************/
-
-#include "../../drawing/Drawing.h"
-#include "../../entity/Balloon.h"
-#include "../../entity/Duck.h"
-#include "../../entity/Fountain.h"
-#include "../../entity/MoneyEffect.h"
-#include "../../entity/Particle.h"
-#include "../../interface/Viewport.h"
-#include "../../localisation/StringIds.h"
-#include "../Paint.h"
-#include "Paint.Sprite.h"