X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/43fff4a2cf7da8c3a5c24633d998bf52f9cf12a2..a5e0ee99821e8c52858667608f11a51f916a3df6:/projects/sgconf/action.h 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