Skip to content

Commit

Permalink
remove unused WaveTable references
Browse files Browse the repository at this point in the history
fixes #31 for me
  • Loading branch information
x37v committed Dec 19, 2023
1 parent 72a98dd commit daab06e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Source/RNBOMetasound/Private/RNBOOperator.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "MetasoundPrimitives.h"
#include "MetasoundParamHelper.h"
#include "MetasoundVertex.h"
#include "MetasoundWaveTable.h"
#include "MetasoundLog.h"

#include "Internationalization/Text.h"
Expand Down
1 change: 0 additions & 1 deletion Source/RNBOMetasound/RNBOMetasound.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ public RNBOMetasound(ReadOnlyTargetRules Target) : base(Target)
"CoreUObject",
"Engine",
"SignalProcessing",
"WaveTable",
// ... add private dependencies that you statically link with here ...
}
);
Expand Down

0 comments on commit daab06e

Please sign in to comment.