aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-x-vidmode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamma-x-vidmode.h')
-rw-r--r--src/gamma-x-vidmode.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/gamma-x-vidmode.h b/src/gamma-x-vidmode.h
index 670e06d..2f3e2cd 100644
--- a/src/gamma-x-vidmode.h
+++ b/src/gamma-x-vidmode.h
@@ -87,14 +87,6 @@ int libgamma_x_vidmode_partition_initialise(libgamma_partition_state_t* restrict
void libgamma_x_vidmode_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_vidmode_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_vidmode_crtc_initialise(libgamma_crtc_state_t* restrict this,
void libgamma_x_vidmode_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_vidmode_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