From 0649af210afa6e7da051d655c3b28a7cd3b9ebc6 Mon Sep 17 00:00:00 2001
From: Clyne Sullivan <tullivan99@gmail.com>
Date: Sat, 22 Jul 2017 09:07:05 -0400
Subject: variable background layers

---
 include/world.hpp | 5 -----
 1 file changed, 5 deletions(-)

(limited to 'include/world.hpp')

diff --git a/include/world.hpp b/include/world.hpp
index bfd0464..a7096a8 100644
--- a/include/world.hpp
+++ b/include/world.hpp
@@ -116,11 +116,6 @@ private:
 	static Mix_Music *bgmObj;
 	static std::string bgmCurrent;
 
-	/**
-	 * Paths of files to get stylized textures from.
-	 */
-	static std::vector<std::string> bgFiles;
-
 	/**
 	 * Allows for iteration between background textures, for rendering.
 	 */
-- 
cgit v1.2.3