deleted getlayers function

This commit is contained in:
2026-04-10 10:54:23 +02:00
parent 96c19efaea
commit 0dbb8bc642

View File

@@ -37,10 +37,6 @@ public:
void SubmitCommand(LayerCommand command); void SubmitCommand(LayerCommand command);
void ProcessCommands(); 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<std::unique_ptr<Layer>> &GetLayers() const { return m_LayerStack; }
#endif
private: private:
std::vector<LayerCommand> m_CommandQueue; std::vector<LayerCommand> m_CommandQueue;
std::vector<std::unique_ptr<Layer>> m_LayerStack; std::vector<std::unique_ptr<Layer>> m_LayerStack;