1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-06-25 05:49:34 +00:00

Code cleanup: remove unused CombinerInfo::getCombinersNumber()

This commit is contained in:
Sergey Lipskiy 2019-06-23 17:32:28 +07:00
parent 83dde99f6b
commit 258e51d44d

View File

@ -130,7 +130,6 @@ public:
graphics::CombinerProgram * getCurrent() const { return m_pCurrent; }
bool isChanged() const {return m_bChanged;}
size_t getCombinersNumber() const { return m_combiners.size(); }
bool isShaderCacheSupported() const;
static CombinerInfo & get();