From fba8a4b9d1c6b135d7981ac31b871b8d7bf91c52 Mon Sep 17 00:00:00 2001 From: mat007 Date: Sat, 26 May 2012 10:08:14 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@457 860be788-9bd5-4423-9f1e-828f051e677b --- src/libraries/turtle/action.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libraries/turtle/action.hpp b/src/libraries/turtle/action.hpp index a5602e2..e6bbb29 100644 --- a/src/libraries/turtle/action.hpp +++ b/src/libraries/turtle/action.hpp @@ -158,8 +158,6 @@ namespace detail public: action() - : r_() - , f_() {} action( const action& rhs ) : r_( const_cast< action& >( rhs ).r_.release() )