blob: 4fe5d92152aa62c415e8633b53d27170406899b1 (
plain) (
tree)
|
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
/**
* Release all resources held by a CRTC state
*
* @param this The CRTC state
*/
void
libgamma_x_vidmode_crtc_destroy(libgamma_crtc_state_t *restrict this)
{
(void) this;
}
|