aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-quartz-cg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamma-quartz-cg.h')
-rw-r--r--src/gamma-quartz-cg.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/gamma-quartz-cg.h b/src/gamma-quartz-cg.h
index f5f830c..74432b6 100644
--- a/src/gamma-quartz-cg.h
+++ b/src/gamma-quartz-cg.h
@@ -87,14 +87,6 @@ int libgamma_quartz_cg_partition_initialise(libgamma_partition_state_t* restrict
void libgamma_quartz_cg_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_quartz_cg_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_quartz_cg_crtc_initialise(libgamma_crtc_state_t* restrict this,
void libgamma_quartz_cg_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_quartz_cg_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