Remove ImageCache instance from ServerSettings

This commit is contained in:
badaix 2024-07-01 23:29:26 +02:00
parent 2530a347c2
commit 78cbd3cf5b
6 changed files with 20 additions and 12 deletions

View file

@ -20,8 +20,6 @@
// prototype/interface header file
#include "jack_stream.hpp"
#include <jack/jack.h>
// local headers
#include "common/aixlog.hpp"
#include "common/snap_exception.hpp"
@ -59,7 +57,6 @@ void float_to_s24(char* dst, jack_default_audio_sample_t* src, unsigned long nsa
while (nsamples--)
{
// float to S24 conversion
if (*src <= -1.0f)
{