blob: 708d67f3cd7b9743e71939d38188175608b9736c (
plain) (
tree)
|
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
/**
* Release all resources held by a partition state
*
* @param this The partition state
*/
void
libgamma_x_vidmode_partition_destroy(libgamma_partition_state_t *restrict this)
{
(void) this;
}
|