From: Maxim Mamontov <faust.madf@gmail.com>
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=-c

Removed unused code.
---

a5e0ee99821e8c52858667608f11a51f916a3df6
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 <typename T>
-class ACTION_CLONE_MIXIN : public ACTION
-{
-    public:
-        virtual ACTION * Clone() const { return new T(*this); }
-};
-
 } // namespace SGCONF
 
 #endif