Fix build issue, removed unneeded stub function.

This commit is contained in:
2022-08-18 19:05:24 -07:00
parent 42e8365751
commit 5c75dc754a
2 changed files with 0 additions and 7 deletions

View File

@@ -52,8 +52,6 @@ public:
KRSampler* getSampler(KRSurface& surface, const SamplerInfo& info);
size_t getSamplerHandlesUsed();
private:
typedef std::map<std::pair<std::string, std::vector<int> >, KRSampler*> SamplerMap;
SamplerMap m_samplers;