mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Remove some dead code.
This commit is contained in:
@@ -66,11 +66,6 @@ public:
|
||||
return renderbuffer != 0 ? renderbuffer : texture;
|
||||
}
|
||||
|
||||
inline GLenum getStatus() const
|
||||
{
|
||||
return status;
|
||||
}
|
||||
|
||||
inline GLuint getFBO() const
|
||||
{
|
||||
return fbo;
|
||||
|
||||
Reference in New Issue
Block a user