Remove it...

This commit is contained in:
Aang23 2021-04-17 23:09:48 +02:00
parent ac5774a27b
commit 3ec0b0ce3f
2 changed files with 0 additions and 5 deletions

View file

@ -1,7 +1,6 @@
#include "image.h"
#include <jpeglib.h>
#include <stdexcept>
#include "logger.h"
namespace image
{
@ -51,7 +50,6 @@ namespace image
{
jpeg_destroy(cinfo);
throw std::runtime_error("Bad JPEG Data");
logger->info("FAIL");
}
cimg_library::CImg<unsigned short> decompress_jpeg(uint8_t *data, int length)

View file

@ -55,9 +55,6 @@ void BPSKDemodModule::process()
else
filesize = 0;
// if (input_data_type == DATA_FILE)
// data_in = std::ifstream(d_input_file, std::ios::binary);
if (output_data_type == DATA_FILE)
{
data_out = std::ofstream(d_output_file_hint + ".soft", std::ios::binary);