Skip to content

Commit

Permalink
buffer: remove unused/unexported arv_buffer_clear
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelP committed Feb 27, 2017
1 parent 21d6af7 commit 4bd930b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/arvbuffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,23 +117,6 @@ arv_buffer_new_allocate (size_t size)
return arv_buffer_new_full (size, NULL, NULL, NULL);
}

/**
* arv_buffer_clear:
* @buffer: a #ArvBuffer
*
* Clears the buffer status.
*
* Since: 0.2.0
*/

void
arv_buffer_clear (ArvBuffer *buffer)
{
g_return_if_fail (ARV_IS_BUFFER (buffer));

buffer->priv->status = ARV_BUFFER_STATUS_CLEARED;
}

/**
* arv_buffer_get_data:
* @buffer: a #ArvBuffer
Expand Down

0 comments on commit 4bd930b

Please sign in to comment.