blob: e73bb656512a5e28e070d8b10bcf087e198b2c68 (
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_quartz_cg_crtc_destroy(libgamma_crtc_state_t *restrict this)
{
(void) this;
}
|