From b03e247f2d8c72c5f0385f2d991b79f82af68ebf Mon Sep 17 00:00:00 2001 From: mat007 Date: Sat, 26 May 2012 10:06:31 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@456 860be788-9bd5-4423-9f1e-828f051e677b --- src/libraries/turtle/action.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/turtle/action.hpp b/src/libraries/turtle/action.hpp index aa8667a..a5602e2 100644 --- a/src/libraries/turtle/action.hpp +++ b/src/libraries/turtle/action.hpp @@ -216,7 +216,6 @@ namespace detail std::auto_ptr< Result > r_; functor_type f_; }; - } }