aboutsummaryrefslogblamecommitdiffstats
path: root/libgamma_w32_gdi_partition_destroy.c
blob: 95445d848042b92b65aa683850ff5dfc205c4ca6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
                                                         
                           












                                                                             
/* See LICENSE file for copyright and license details. */
#define IN_LIBGAMMA_W32_GDI
#include "common.h"


/**
 * Release all resources held by a partition state
 * 
 * @param  this  The partition state
 */
void
libgamma_w32_gdi_partition_destroy(libgamma_partition_state_t *restrict this)
{
	(void) this;
}