aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-linux-drm.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-21 23:38:55 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-21 23:38:55 +0200
commit09afa14c7772e010733844574e27d07ea7fe5446 (patch)
treeadfab9bec5865c765f5a816fdd3c4a3499196ec3 /src/gamma-linux-drm.h
parentmisc (diff)
downloadlibgamma-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-linux-drm.h')
-rw-r--r--src/gamma-linux-drm.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/gamma-linux-drm.h b/src/gamma-linux-drm.h
index 6ac5134..fb34eab 100644
--- a/src/gamma-linux-drm.h
+++ b/src/gamma-linux-drm.h
@@ -87,14 +87,6 @@ int libgamma_linux_drm_partition_initialise(libgamma_partition_state_t* restrict
void libgamma_linux_drm_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_linux_drm_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_linux_drm_crtc_initialise(libgamma_crtc_state_t* restrict this,
void libgamma_linux_drm_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_linux_drm_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