Cleanup Jack time adjust code

Remove unnecessary member var and rename variables
for more clarity.
This commit is contained in:
Marcus Weseloh 2024-06-02 12:21:38 +02:00 committed by Johannes Pohl
parent 03eda48d6d
commit ba0f9f209d
2 changed files with 3 additions and 4 deletions

View file

@ -66,7 +66,6 @@ protected:
jack_client_t* client_;
std::vector<jack_port_t*> ports_;
jack_nframes_t jackConnectFrames_;
std::chrono::time_point<std::chrono::steady_clock> jackConnectTime_;
jack_time_t jackTimeAdjust_;
SampleFormat jackSampleFormat_;