mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove unused function decl
This commit is contained in:
parent
853a2df064
commit
d0a3b9886f
1 changed files with 0 additions and 1 deletions
|
@ -363,7 +363,6 @@ public:
|
||||||
const std::vector<VirtualFramebuffer *> &Framebuffers() const {
|
const std::vector<VirtualFramebuffer *> &Framebuffers() const {
|
||||||
return vfbs_;
|
return vfbs_;
|
||||||
}
|
}
|
||||||
void ReinterpretFramebuffer(VirtualFramebuffer *vfb, GEBufferFormat oldFormat, GEBufferFormat newFormat);
|
|
||||||
|
|
||||||
Draw2D *GetDraw2D() {
|
Draw2D *GetDraw2D() {
|
||||||
return &draw2D_;
|
return &draw2D_;
|
||||||
|
|
Loading…
Add table
Reference in a new issue