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/compositor/operations/COM_AlphaOverKeyOperation.cc')
-rw-r--r--source/blender/compositor/operations/COM_AlphaOverKeyOperation.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/compositor/operations/COM_AlphaOverKeyOperation.cc b/source/blender/compositor/operations/COM_AlphaOverKeyOperation.cc
index 34638cbe7d6..0c656753a51 100644
--- a/source/blender/compositor/operations/COM_AlphaOverKeyOperation.cc
+++ b/source/blender/compositor/operations/COM_AlphaOverKeyOperation.cc
@@ -20,11 +20,6 @@
namespace blender::compositor {
-AlphaOverKeyOperation::AlphaOverKeyOperation()
-{
- /* pass */
-}
-
void AlphaOverKeyOperation::executePixelSampled(float output[4],
float x,
float y,