From 752a4b3870b5921b1fa72251b762d8e74c215d30 Mon Sep 17 00:00:00 2001 From: "eduardo.davila@creatis.insa-lyon.fr" Date: Tue, 23 Jan 2024 18:28:45 +0100 Subject: [PATCH] Clean code --- packages/vtk/src/bbvtkBinaryOperations.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/vtk/src/bbvtkBinaryOperations.cxx b/packages/vtk/src/bbvtkBinaryOperations.cxx index 194b398..d6812ae 100644 --- a/packages/vtk/src/bbvtkBinaryOperations.cxx +++ b/packages/vtk/src/bbvtkBinaryOperations.cxx @@ -47,7 +47,6 @@ void BinaryOperations::Process() // * TYPE is the C++ type of the input/output // (the one provided in the attribute 'type' of the tag 'input') - if (bbGetInputIn1() == NULL) { printf( "EED Warning!!! (%s) BinaryOperations::Process Set In1 at least", bbGetFullName().c_str() ); @@ -61,7 +60,6 @@ void BinaryOperations::Process() ope = NULL; } // if ope = vtkImageMathematics::New(); - //EED 2017-01-01 Migration VTK7 #if (VTK_MAJOR_VERSION <= 5) @@ -129,7 +127,6 @@ void BinaryOperations::Process() // bbSignalOutputModification(); } - void BinaryOperations::bbUserSetDefaultValues() { // SET HERE THE DEFAULT INPUT/OUTPUT VALUES OF YOUR BOX @@ -141,7 +138,6 @@ void BinaryOperations::bbUserSetDefaultValues() ope = NULL; } - void BinaryOperations::bbUserInitializeProcessing() { // THE INITIALIZATION METHOD BODY : -- 2.45.1