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:
authorJacques Lucke <jacques@blender.org>2021-06-01 13:00:16 +0300
committerJacques Lucke <jacques@blender.org>2021-06-01 13:00:16 +0300
commit27910ccce6a0a6a79b09144631309331cb557a25 (patch)
treec4bd6cd04172f42d725ba54c1b609e5506d6e366 /source/blender/compositor/intern/COM_SharedOperationBuffers.h
parent9adfd278f7487798f1b0124c7e44cf9934b4ba54 (diff)
Cleanup: clang-tidy
* `readability-redundant-member-init` * `readability-inconsistent-declaration-parameter-name` * Remove constructor that can be defaulted.
Diffstat (limited to 'source/blender/compositor/intern/COM_SharedOperationBuffers.h')
-rw-r--r--source/blender/compositor/intern/COM_SharedOperationBuffers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/compositor/intern/COM_SharedOperationBuffers.h b/source/blender/compositor/intern/COM_SharedOperationBuffers.h
index 9e90a06a0d3..480a799d89f 100644
--- a/source/blender/compositor/intern/COM_SharedOperationBuffers.h
+++ b/source/blender/compositor/intern/COM_SharedOperationBuffers.h
@@ -46,7 +46,6 @@ class SharedOperationBuffers {
blender::Map<NodeOperation *, BufferData> buffers_;
public:
- SharedOperationBuffers();
bool is_area_registered(NodeOperation *op, const rcti &area_to_render);
void register_area(NodeOperation *op, const rcti &area_to_render);