mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove unused pointer.
This commit is contained in:
parent
e18a023ce8
commit
edfea7aed3
1 changed files with 0 additions and 1 deletions
|
@ -1258,7 +1258,6 @@ public:
|
|||
}
|
||||
VKRFramebuffer *GetFB() const { return buf_; }
|
||||
private:
|
||||
VulkanContext *vulkan_; // Unfortunate to have to keep this in each VKFramebuffer.
|
||||
VKRFramebuffer *buf_;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue