aboutsummaryrefslogblamecommitdiffstats
path: root/libgamma_w32_gdi_partition_destroy.c
blob: 0a85f3630f14a10c91a52e4ffe66b7181b7b2fa2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                         
                           








                                                  
                                                                                  


                    
/* 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(struct libgamma_partition_state *restrict this)
{
	(void) this;
}