last-svn-commit-662-g33bbebf mln/data/paste_without_localization.hh: Remove duplicate declarations.

--- milena/ChangeLog | 5 +++++ milena/mln/data/paste_without_localization.hh | 13 ------------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 6ec2995..b72dafb 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,10 @@ 2010-11-15 Guillaume Lazzara <z@lrde.epita.fr> + * mln/data/paste_without_localization.hh: Remove duplicate + declarations. + +2010-11-15 Guillaume Lazzara <z@lrde.epita.fr> + * mln/accu/stat/histo3d_rgb.hh: Import histo3d RGB accu from Yann's sandbox. diff --git a/milena/mln/data/paste_without_localization.hh b/milena/mln/data/paste_without_localization.hh index 0ee824c..667e7f1 100644 --- a/milena/mln/data/paste_without_localization.hh +++ b/milena/mln/data/paste_without_localization.hh @@ -329,19 +329,6 @@ namespace mln template <typename I, typename J> inline - void paste_without_localization_dispatch( - mln::trait::image::value_storage::any, - mln::trait::image::value_storage::any, - const Image<I>& input, - Image<J>& output) - { - impl::generic::paste_without_localization(input, output); - } - - - - template <typename I, typename J> - inline void paste_without_localization_dispatch(const Image<I>& input, Image<J>& output) { -- 1.5.6.5
participants (1)
-
Guillaume Lazzara