mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
cogl: Remove unused _cogl_framebuffer_try_creating_gl_fbo
Unused since the cogl-gles2 removal in 7e8a8649
.
https://gitlab.gnome.org/GNOME/mutter/merge_requests/1015
This commit is contained in:
parent
136c09585d
commit
e0d2e1096d
@ -371,18 +371,6 @@ _cogl_framebuffer_draw_indexed_attributes (CoglFramebuffer *framebuffer,
|
||||
int n_attributes,
|
||||
CoglDrawFlags flags);
|
||||
|
||||
gboolean
|
||||
_cogl_framebuffer_try_creating_gl_fbo (CoglContext *ctx,
|
||||
CoglTexture *texture,
|
||||
int texture_level,
|
||||
int texture_level_width,
|
||||
int texture_level_height,
|
||||
CoglTexture *depth_texture,
|
||||
CoglFramebufferConfig *config,
|
||||
CoglOffscreenAllocateFlags flags,
|
||||
CoglGLFramebuffer *gl_framebuffer);
|
||||
|
||||
|
||||
void
|
||||
cogl_framebuffer_set_viewport4fv (CoglFramebuffer *framebuffer,
|
||||
float *viewport);
|
||||
|
@ -730,28 +730,6 @@ try_creating_fbo (CoglContext *ctx,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
gboolean
|
||||
_cogl_framebuffer_try_creating_gl_fbo (CoglContext *ctx,
|
||||
CoglTexture *texture,
|
||||
int texture_level,
|
||||
int texture_level_width,
|
||||
int texture_level_height,
|
||||
CoglTexture *depth_texture,
|
||||
CoglFramebufferConfig *config,
|
||||
CoglOffscreenAllocateFlags flags,
|
||||
CoglGLFramebuffer *gl_framebuffer)
|
||||
{
|
||||
return try_creating_fbo (ctx,
|
||||
texture,
|
||||
texture_level,
|
||||
texture_level_width,
|
||||
texture_level_height,
|
||||
depth_texture,
|
||||
config,
|
||||
flags,
|
||||
gl_framebuffer);
|
||||
}
|
||||
|
||||
gboolean
|
||||
_cogl_offscreen_gl_allocate (CoglOffscreen *offscreen,
|
||||
GError **error)
|
||||
|
Loading…
Reference in New Issue
Block a user