remove excess code

This commit is contained in:
Michael Nilsson
2016-05-24 16:51:02 -04:00
parent b8c093c411
commit e24944675e
4 changed files with 12 additions and 42 deletions
-1
View File
@@ -154,7 +154,6 @@ bool DataPlane::initialize(){
_dataOptions.onChange([this](){ loadTexture();} );
_transferFunctionsFile.onChange([this](){
LDEBUG(name() + " Event setTransferFunctionsFileChanged");
setTransferFunctions(_transferFunctionsFile.value());
});