code: use macros for default node functions
Easier to maintain
This commit is contained in:
@@ -42,11 +42,6 @@ PanNode::PanNode()
|
||||
SetEffectInput(kSamplesInput);
|
||||
}
|
||||
|
||||
Node *PanNode::copy() const
|
||||
{
|
||||
return new PanNode();
|
||||
}
|
||||
|
||||
QString PanNode::Name() const
|
||||
{
|
||||
return tr("Pan");
|
||||
|
||||
Reference in New Issue
Block a user