From f9d1ecfd31eaceacbbef69b8ce484981746b37fc Mon Sep 17 00:00:00 2001 From: vladislavbelov Date: Sun, 15 Jan 2023 13:01:31 +0000 Subject: [PATCH] Removes unused BrokenColor constant forgotten to be removed in b7888aea52. This was SVN commit r27447. --- source/graphics/Material.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/graphics/Material.cpp b/source/graphics/Material.cpp index c8653d58d1..73648848a6 100644 --- a/source/graphics/Material.cpp +++ b/source/graphics/Material.cpp @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 Wildfire Games. +/* Copyright (C) 2023 Wildfire Games. * This file is part of 0 A.D. * * 0 A.D. is free software: you can redistribute it and/or modify @@ -20,8 +20,6 @@ #include "Material.h" #include "ps/CStrInternStatic.h" -static CColor BrokenColor(0.3f, 0.3f, 0.3f, 1.0f); - CMaterial::CMaterial() : m_AlphaBlending(false) {