ngl: Small docs updates
authorMatthias Clasen <mclasen@redhat.com>
Sun, 3 Oct 2021 15:08:46 +0000 (11:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 3 Oct 2021 15:08:46 +0000 (11:08 -0400)
Don't refer to nonexisting functions.

gsk/ngl/gsknglprogram.c

index d4001b7dae271831d2a61d95aea95cfdcdbed1e9..7e00fa491367586bdc899cbf754bb0d524d7cacd 100644 (file)
@@ -137,9 +137,6 @@ gsk_ngl_program_add_uniform (GskNglProgram *self,
  * @self: a `GskNglProgram`
  *
  * Deletes the GLSL program.
- *
- * You must call gsk_ngl_program_use() before and
- * gsk_ngl_program_unuse() after this function.
  */
 void
 gsk_ngl_program_delete (GskNglProgram *self)