diff Framework/Enumerations.h @ 147:f48c5d422d45 wasm

removed meaningless ImageInterpolation_Linear value
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 23 Jan 2018 17:50:19 +0100
parents f19194a11c1d
children
line wrap: on
line diff
--- a/Framework/Enumerations.h	Mon Jan 22 17:30:34 2018 +0100
+++ b/Framework/Enumerations.h	Tue Jan 23 17:50:19 2018 +0100
@@ -63,7 +63,6 @@
   enum ImageInterpolation
   {
     ImageInterpolation_Nearest,
-    ImageInterpolation_Linear,
     ImageInterpolation_Bilinear,
     ImageInterpolation_Trilinear
   };