Remove unused function decl

This commit is contained in:
Henrik Rydgård 2022-08-24 14:57:38 +02:00
parent 853a2df064
commit d0a3b9886f

View file

@ -363,7 +363,6 @@ public:
const std::vector<VirtualFramebuffer *> &Framebuffers() const {
return vfbs_;
}
void ReinterpretFramebuffer(VirtualFramebuffer *vfb, GEBufferFormat oldFormat, GEBufferFormat newFormat);
Draw2D *GetDraw2D() {
return &draw2D_;