Remove GetVulkanFrameBuffer() so nobody is tempted to call it in the future

This commit is contained in:
Magnus Norddahl 2022-06-11 16:34:52 +02:00 committed by Christoph Oelckers
commit 24bf0c685c
2 changed files with 11 additions and 6 deletions

View file

@ -110,5 +110,3 @@ private:
bool mVSync = false;
};
inline VulkanFrameBuffer *GetVulkanFrameBuffer() { return static_cast<VulkanFrameBuffer*>(screen); }