Browse Source

Remove unused fields

Blaž Tomažič 7 years ago
parent
commit
e4f4c996ce
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/renderer_mtl.mm

+ 0 - 3
src/renderer_mtl.mm

@@ -2176,9 +2176,6 @@ namespace bgfx { namespace mtl
 		TimerQueryMtl     m_gpuTimer;
 		CommandQueueMtl   m_cmd;
 
-		CAMetalLayer* m_metalLayer;
-		uint32_t      m_maxAnisotropy;
-
 		bool m_iOS9Runtime;
 		bool m_macOS11Runtime;
 		bool m_hasPixelFormatDepth32Float_Stencil8;