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"