diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-21 23:38:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-21 23:38:55 +0200 |
commit | 09afa14c7772e010733844574e27d07ea7fe5446 (patch) | |
tree | adfab9bec5865c765f5a816fdd3c4a3499196ec3 /src/gamma-x-randr.h | |
parent | misc (diff) | |
download | libgamma-09afa14c7772e010733844574e27d07ea7fe5446.tar.gz libgamma-09afa14c7772e010733844574e27d07ea7fe5446.tar.bz2 libgamma-09afa14c7772e010733844574e27d07ea7fe5446.tar.xz |
misc awesomeness
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/gamma-x-randr.h')
-rw-r--r-- | src/gamma-x-randr.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/gamma-x-randr.h b/src/gamma-x-randr.h index cc4ddde..009e107 100644 --- a/src/gamma-x-randr.h +++ b/src/gamma-x-randr.h @@ -87,14 +87,6 @@ int libgamma_x_randr_partition_initialise(libgamma_partition_state_t* restrict t void libgamma_x_randr_partition_destroy(libgamma_partition_state_t* restrict this); /** - * Release all resources held by a partition state - * and free the partition state pointer - * - * @param this The partition state - */ -void libgamma_x_randr_partition_free(libgamma_partition_state_t* restrict this); - -/** * Restore the gamma ramps all CRTCS with a partition to the system settings * * @param this The partition state @@ -124,14 +116,6 @@ int libgamma_x_randr_crtc_initialise(libgamma_crtc_state_t* restrict this, void libgamma_x_randr_crtc_destroy(libgamma_crtc_state_t* restrict this); /** - * Release all resources held by a CRTC state - * and free the CRTC state pointer - * - * @param this The CRTC state - */ -void libgamma_x_randr_crtc_free(libgamma_crtc_state_t* restrict this); - -/** * Restore the gamma ramps for a CRTC to the system settings for that CRTC * * @param this The CRTC state |