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:
authorCampbell Barton <ideasman42@gmail.com>2015-10-26 14:22:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-10-26 14:22:30 +0300
commitafe3b55483d5f0cbaccc7fb3974ac2e5cbdfffbe (patch)
treee19284d7d8b8c9412dad1cd3d05ffdfa6bebba12 /source/blender/compositor/operations/COM_BoxMaskOperation.cpp
parent85876923bf8dd27c7225fe3ddf044acee4478eb5 (diff)
Cleanup: warning & whitespace
Diffstat (limited to 'source/blender/compositor/operations/COM_BoxMaskOperation.cpp')
-rw-r--r--source/blender/compositor/operations/COM_BoxMaskOperation.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/compositor/operations/COM_BoxMaskOperation.cpp b/source/blender/compositor/operations/COM_BoxMaskOperation.cpp
index 4e956905311..c4765b849bf 100644
--- a/source/blender/compositor/operations/COM_BoxMaskOperation.cpp
+++ b/source/blender/compositor/operations/COM_BoxMaskOperation.cpp
@@ -107,8 +107,6 @@ void BoxMaskOperation::executePixelSampled(float output[4], float x, float y, Pi
}
break;
}
-
-
}
void BoxMaskOperation::deinitExecution()
@@ -116,4 +114,3 @@ void BoxMaskOperation::deinitExecution()
this->m_inputMask = NULL;
this->m_inputValue = NULL;
}
-