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