Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2020-09-01 11:07:39 +0300
committerClément Foucault <foucault.clem@gmail.com>2020-09-01 13:03:52 +0300
commit991eb5f79c5381eb45df90e526f5332b4364b35c (patch)
treed39403820a15d537c500022c7430053cfed8153a /source/blender/gpu/opengl/gl_context.hh
parenta6185e4fa547223b976500f967b099eb9b837ee8 (diff)
Cleanup: GPUContext: Remove unused functions
Diffstat (limited to 'source/blender/gpu/opengl/gl_context.hh')
-rw-r--r--source/blender/gpu/opengl/gl_context.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/gpu/opengl/gl_context.hh b/source/blender/gpu/opengl/gl_context.hh
index fa1c6b9918e..bc7e2060804 100644
--- a/source/blender/gpu/opengl/gl_context.hh
+++ b/source/blender/gpu/opengl/gl_context.hh
@@ -92,8 +92,6 @@ class GLContext : public GPUContext {
void fbo_free(GLuint fbo_id);
void vao_cache_register(GLVaoCache *cache);
void vao_cache_unregister(GLVaoCache *cache);
- void framebuffer_register(struct GPUFrameBuffer *fb);
- void framebuffer_unregister(struct GPUFrameBuffer *fb);
};
} // namespace gpu