From ba31bdc6a30da917de2619e3fde53178fe253753 Mon Sep 17 00:00:00 2001 From: schaerer Date: Mon, 26 Jul 2010 11:24:16 +0000 Subject: [PATCH] fix instantiation problem --- ...litkLocallyAdaptiveBinaryThresholdImageFunction.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/itk/clitkLocallyAdaptiveBinaryThresholdImageFunction.h b/itk/clitkLocallyAdaptiveBinaryThresholdImageFunction.h index ab5a164..5c4817d 100644 --- a/itk/clitkLocallyAdaptiveBinaryThresholdImageFunction.h +++ b/itk/clitkLocallyAdaptiveBinaryThresholdImageFunction.h @@ -134,18 +134,6 @@ private: LocallyAdaptiveBinaryThresholdImageFunction##y; } \ } -#if ITK_TEMPLATE_EXPLICIT -# include "Templates/clitkLocallyAdaptiveBinaryThresholdImageFunction+-.h" -#endif - -#if ITK_TEMPLATE_TXX # include "clitkLocallyAdaptiveBinaryThresholdImageFunction.txx" -#endif - -/* -#ifndef ITK_MANUAL_INSTANTIATION -#include "clitkLocallyAdaptiveBinaryThresholdImageFunction.txx" -#endif -*/ #endif -- 2.47.1