You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Various: Remove unused variables (#467)
Several data members and local variables were flagged by static analysis tools as never being used anywhere in the code.
This commit is contained in:
@@ -35,7 +35,7 @@ using namespace openshot;
|
||||
|
||||
// Default constructor
|
||||
AudioBufferSource::AudioBufferSource(juce::AudioSampleBuffer *audio_buffer)
|
||||
: position(0), start(0), repeat(false), buffer(audio_buffer)
|
||||
: position(0), repeat(false), buffer(audio_buffer)
|
||||
{ }
|
||||
|
||||
// Destructor
|
||||
|
||||
Reference in New Issue
Block a user