Mercurial > hg > orthanc
diff Plugins/Engine/OrthancPlugins.h @ 1645:1558b3226b18
IHttpExceptionFormatter
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 24 Sep 2015 15:55:17 +0200 |
parents | 939b921b2c81 |
children | 5e99a70b0635 |
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.h Wed Sep 23 22:05:27 2015 +0200 +++ b/Plugins/Engine/OrthancPlugins.h Thu Sep 24 15:55:17 2015 +0200 @@ -42,14 +42,6 @@ { class OrthancPlugins : public boost::noncopyable { - private: - PluginsErrorDictionary dictionary_; - - public: - PluginsErrorDictionary& GetErrorDictionary() - { - return dictionary_; - } }; }