diff --git a/SakuraCore/src/LayerStack.h b/SakuraCore/src/LayerStack.h index 9ee7f39..e1c0ec3 100644 --- a/SakuraCore/src/LayerStack.h +++ b/SakuraCore/src/LayerStack.h @@ -37,10 +37,6 @@ public: void SubmitCommand(LayerCommand command); void ProcessCommands(); -#ifdef DEBUG - // this is only used for the tests for now, so it will be taken out of the release build - inline const std::vector> &GetLayers() const { return m_LayerStack; } -#endif private: std::vector m_CommandQueue; std::vector> m_LayerStack;