From cfffe91ed58695a5aa8566de3535869270506fc3 Mon Sep 17 00:00:00 2001
From: mfranz <mfranz>
Date: Sat, 16 Feb 2008 22:09:40 +0000
Subject: [PATCH] Syd ADAMS: remove season suffix, this is now done via
 <condition>s

---
 simgear/scene/material/mat.cxx | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/simgear/scene/material/mat.cxx b/simgear/scene/material/mat.cxx
index 6dde0c51..3da8824a 100644
--- a/simgear/scene/material/mat.cxx
+++ b/simgear/scene/material/mat.cxx
@@ -100,11 +100,6 @@ SGMaterial::read_properties( const string &fg_root, const SGPropertyNode * props
   {
     string tname = textures[i]->getStringValue();
     string otname = tname;
-    if (season && strncmp(season, "summer", 6))
-    {
-        if (tname.substr(0,7) == "Terrain")
-            tname.insert(7,"."+string(season));
-    }
 
     if (tname == "") {
         tname = "unknown.rgb";
-- 
2.39.5