Browse Source

Remove unused variable

tags/v2.1-rc1
falkTX 6 years ago
parent
commit
4c5077a822
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      source/native-plugins/audio-gain.c

+ 0
- 1
source/native-plugins/audio-gain.c View File

@@ -61,7 +61,6 @@ typedef struct {
bool isMono;
bool applyLeft;
bool applyRight;
float sampleRate;
} AudioGainHandle;

// -----------------------------------------------------------------------


Loading…
Cancel
Save