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:
authorJeroen Bakker <jeroen@blender.org>2021-03-30 09:23:09 +0300
committerJeroen Bakker <jeroen@blender.org>2021-03-30 17:03:43 +0300
commit3ead9b2b3605580554cc330d2d2525f405e9c779 (patch)
tree634650b941210833444cf0947eb4682c513e5d70 /source/blender/compositor/operations/COM_ViewerOperation.h
parent5a6d5d20de2cfa43d14d67970b2f2eb24048b230 (diff)
Cleanup: Replace virtual methods with bitflags.
Diffstat (limited to 'source/blender/compositor/operations/COM_ViewerOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_ViewerOperation.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/compositor/operations/COM_ViewerOperation.h b/source/blender/compositor/operations/COM_ViewerOperation.h
index 2d3795da035..8406ea41f20 100644
--- a/source/blender/compositor/operations/COM_ViewerOperation.h
+++ b/source/blender/compositor/operations/COM_ViewerOperation.h
@@ -103,10 +103,6 @@ class ViewerOperation : public NodeOperation {
return this->m_chunkOrder;
}
CompositorPriority getRenderPriority() const override;
- bool isViewerOperation() const override
- {
- return true;
- }
void setUseAlphaInput(bool value)
{
this->m_useAlphaInput = value;