comparison OrthancServer/OrthancConfiguration.h @ 3536:8be5451f6820

removed unused code
author Alain Mazy <alain@mazy.be>
date Sun, 06 Oct 2019 09:54:30 +0200
parents 41365091a41e
children 94f4a18a79cc
comparison
equal deleted inserted replaced
3535:41365091a41e 3536:8be5451f6820
229 void SetServerIndex(ServerIndex& index); 229 void SetServerIndex(ServerIndex& index);
230 230
231 void ResetServerIndex(); 231 void ResetServerIndex();
232 232
233 TemporaryFile* CreateTemporaryFile() const; 233 TemporaryFile* CreateTemporaryFile() const;
234
235 bool IsExecuteLuaEnabled() const;
236 }; 234 };
237 } 235 }