mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 12:55:57 +01:00
Remove unnecessary copy constructor
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5974 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5a3a2fad4f
commit
2442aa577a
1 changed files with 0 additions and 10 deletions
|
|
@ -52,16 +52,6 @@ typedef boost::shared_ptr<Plugin> PluginPtr;
|
|||
class PluginInfo {
|
||||
public:
|
||||
PluginInfo () { }
|
||||
PluginInfo (const PluginInfo &o)
|
||||
: name(o.name),
|
||||
category (o.category),
|
||||
creator (o.creator),
|
||||
path (o.path),
|
||||
n_inputs(o.n_inputs),
|
||||
n_outputs(o.n_outputs),
|
||||
type(o.type),
|
||||
unique_id(o.unique_id),
|
||||
index(o.index) {}
|
||||
virtual ~PluginInfo () { }
|
||||
|
||||
string name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue