diff OrthancServer/OrthancRestApi/OrthancRestResources.cpp @ 1929:cda5b0ab4ce5

ORTHANC_MAXIMUM_TAG_LENGTH made explicit
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Mar 2016 14:28:59 +0100
parents 6c73df12ca51
children 533ff46e944b
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestResources.cpp	Mon Mar 21 14:12:31 2016 +0100
+++ b/OrthancServer/OrthancRestApi/OrthancRestResources.cpp	Mon Mar 21 14:28:59 2016 +0100
@@ -468,8 +468,6 @@
 
   static void GetRawFrame(RestApiGetCall& call)
   {
-    ServerContext& context = OrthancRestApi::GetContext(call);
-
     std::string frameId = call.GetUriComponent("frame", "0");
 
     unsigned int frame;