git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43fff4a
)
Removed unused code.
author
Maxim Mamontov
<faust.madf@gmail.com>
Tue, 7 Jan 2014 16:06:52 +0000
(18:06 +0200)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Tue, 7 Jan 2014 16:06:52 +0000
(18:06 +0200)
projects/sgconf/action.h
patch
|
blob
|
history
diff --git
a/projects/sgconf/action.h
b/projects/sgconf/action.h
index 64d7c1e83e01ed6aceb653bde460c4157d182422..0ffd4aad46df0daba3140d5e677c9424d34fffc8 100644
(file)
--- 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