Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/render/intern/include/gammaCorrectionTables.h')
-rw-r--r--source/blender/render/intern/include/gammaCorrectionTables.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/blender/render/intern/include/gammaCorrectionTables.h b/source/blender/render/intern/include/gammaCorrectionTables.h
index 8df743e468d..6197f769f6f 100644
--- a/source/blender/render/intern/include/gammaCorrectionTables.h
+++ b/source/blender/render/intern/include/gammaCorrectionTables.h
@@ -67,12 +67,7 @@ float invGammaCorrect(float col);
/**
* Tell whether or not to do gamma.
*/
-int doGamma(void);
-
-/**
- * Set/unset performing gamma corrections.
- */
-void setDoGamma(int);
+extern int do_gamma;
#endif