mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Removes unused method from CShaderTechnique.
This was SVN commit r26201.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2012 Wildfire Games.
|
||||
/* Copyright (C) 2022 Wildfire Games.
|
||||
* This file is part of 0 A.D.
|
||||
*
|
||||
* 0 A.D. is free software: you can redistribute it and/or modify
|
||||
@@ -156,9 +156,3 @@ void CShaderTechnique::SetSortByDistance(bool enable)
|
||||
{
|
||||
m_SortByDistance = enable;
|
||||
}
|
||||
|
||||
void CShaderTechnique::Reset()
|
||||
{
|
||||
m_SortByDistance = false;
|
||||
m_Passes.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user