Skip to content

Commit e37de74

Browse files
committed
Remove leftover comment
1 parent 96d41a2 commit e37de74

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/Graphics/BlendMode.test.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ TEST_CASE("[Graphics] sfBlendMode")
3131

3232
SECTION("Construction")
3333
{
34-
// sfBlendFactor colorSrcFactor; ///< Source blending factor for the color channels
35-
// sfBlendFactor colorDstFactor; ///< Destination blending factor for the color channels
36-
// sfBlendEquation colorEquation; ///< Blending equation for the color channels
37-
// sfBlendFactor alphaSrcFactor; ///< Source blending factor for the alpha channel
38-
// sfBlendFactor alphaDstFactor; ///< Destination blending factor for the alpha channel
39-
// sfBlendEquation alphaEquation; ///< Blending equation for the alpha channel
40-
4134
constexpr sfBlendMode blendMode{};
4235
STATIC_CHECK(blendMode.colorSrcFactor == sfBlendFactorZero);
4336
STATIC_CHECK(blendMode.colorDstFactor == sfBlendFactorZero);

0 commit comments

Comments
 (0)