Mercurial > hg > orthanc
changeset 3536:8be5451f6820
removed unused code
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Sun, 06 Oct 2019 09:54:30 +0200 |
parents | 41365091a41e |
children | 9cc09f4c0fa9 |
files | OrthancServer/OrthancConfiguration.cpp OrthancServer/OrthancConfiguration.h |
diffstat | 2 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/OrthancConfiguration.cpp Sun Oct 06 09:52:57 2019 +0200 +++ b/OrthancServer/OrthancConfiguration.cpp Sun Oct 06 09:54:30 2019 +0200 @@ -656,11 +656,6 @@ } - bool OrthancConfiguration::IsExecuteLuaEnabled() const - { - return GetBooleanParameter("ExecuteLuaEnabled", false); - } - std::string OrthancConfiguration::InterpretStringParameterAsPath( const std::string& parameter) const {