Skip to content

Commit

Permalink
Little code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
azeno committed Dec 10, 2024
1 parent cd90d10 commit c8aadd9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
6 changes: 1 addition & 5 deletions src/VST3/Hosting/PlugProvider.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.Marshalling;
using VL.Audio.VST.Internal;

namespace VST3.Hosting;
namespace VST3.Hosting;

internal class PlugProvider : IDisposable
{
Expand Down
1 change: 0 additions & 1 deletion src/VST3/Hosting/PluginFactory.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.Immutable;
using VL.Audio.VST.Internal;

namespace VST3.Hosting;

Expand Down
4 changes: 1 addition & 3 deletions src/VST3/Hosting/VstObject.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using VL.Audio.VST.Internal;

namespace VST3.Hosting;
namespace VST3.Hosting;

internal abstract class VstObject<TComInterface>
{
Expand Down

0 comments on commit c8aadd9

Please sign in to comment.