From: Maxim Mamontov Date: Tue, 7 Jan 2014 16:06:52 +0000 (+0200) Subject: Removed unused code. X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/a5e0ee99821e8c52858667608f11a51f916a3df6?hp=43fff4a2cf7da8c3a5c24633d998bf52f9cf12a2 Removed unused code. --- diff --git a/projects/sgconf/action.h b/projects/sgconf/action.h index 64d7c1e8..0ffd4aad 100644 --- a/projects/sgconf/action.h +++ b/projects/sgconf/action.h @@ -49,13 +49,6 @@ class ACTION }; }; -template -class ACTION_CLONE_MIXIN : public ACTION -{ - public: - virtual ACTION * Clone() const { return new T(*this); } -}; - } // namespace SGCONF #endif