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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-06-18 13:36:42 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-06-18 14:59:55 +0300
commit96f0d22e3b8a2c50cdb96e82146489f26628c127 (patch)
tree2ecef745ab89b30f8ce3c59e6c85acf568a5ae8b /source/blender/imbuf/IMB_colormanagement.h
parent8c40bbb15f10601737bcd6652f0358d51102d045 (diff)
Cleanup: remove unused render buffers
Diffstat (limited to 'source/blender/imbuf/IMB_colormanagement.h')
-rw-r--r--source/blender/imbuf/IMB_colormanagement.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/blender/imbuf/IMB_colormanagement.h b/source/blender/imbuf/IMB_colormanagement.h
index b12339aef6d..a8434932018 100644
--- a/source/blender/imbuf/IMB_colormanagement.h
+++ b/source/blender/imbuf/IMB_colormanagement.h
@@ -269,8 +269,7 @@ void IMB_partial_display_buffer_update(struct ImBuf *ibuf,
int xmin,
int ymin,
int xmax,
- int ymax,
- bool copy_display_to_byte_buffer);
+ int ymax);
void IMB_partial_display_buffer_update_threaded(
struct ImBuf *ibuf,
@@ -284,8 +283,7 @@ void IMB_partial_display_buffer_update_threaded(
int xmin,
int ymin,
int xmax,
- int ymax,
- bool copy_display_to_byte_buffer);
+ int ymax);
void IMB_partial_display_buffer_update_delayed(
struct ImBuf *ibuf, int xmin, int ymin, int xmax, int ymax);