From fd2f3edbf264cf9b6dd00bd75e81f2a686d528be 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:55:42 +0200
Subject: [PATCH] Remove Paint.Litter.cpp
---
src/openrct2/libopenrct2.vcxproj | 1 -
src/openrct2/paint/sprite/Paint.Litter.cpp | 14 --------------
2 files changed, 15 deletions(-)
delete mode 100644 src/openrct2/paint/sprite/Paint.Litter.cpp
diff --git a/src/openrct2/libopenrct2.vcxproj b/src/openrct2/libopenrct2.vcxproj
index b5efa04e75..d5747c9d10 100644
--- a/src/openrct2/libopenrct2.vcxproj
+++ b/src/openrct2/libopenrct2.vcxproj
@@ -754,7 +754,6 @@
-
diff --git a/src/openrct2/paint/sprite/Paint.Litter.cpp b/src/openrct2/paint/sprite/Paint.Litter.cpp
deleted file mode 100644
index 0bdd962daa..0000000000
--- a/src/openrct2/paint/sprite/Paint.Litter.cpp
+++ /dev/null
@@ -1,14 +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 "../../entity/Litter.h"
-#include "../../interface/Viewport.h"
-#include "../Paint.h"
-#include "../sprites.h"
-#include "Paint.Sprite.h"