Remove dangling LOG_PREFIXs.

This commit is contained in:
Thomas Harte 2024-01-19 22:19:35 -05:00
parent 0c2a4f442e
commit b08c7f8b68
4 changed files with 0 additions and 7 deletions

View File

@ -10,9 +10,6 @@
#include "Flags.hpp"
#define LOG_PREFIX "[Audio] "
#include "../../Outputs/Log.hpp"
#include <cassert>
#include <tuple>

View File

@ -8,7 +8,6 @@
#include "DMAController.hpp"
#define LOG_PREFIX "[DMA] "
#include "../../../Outputs/Log.hpp"
#include <cstdio>

View File

@ -24,7 +24,6 @@
// just grab the CPC's version of an FDC.
#include "../../AmstradCPC/FDC.hpp"
#define LOG_PREFIX "[Spectrum] "
#include "../../../Outputs/Log.hpp"
#include "../../../Outputs/Speaker/Implementation/CompoundSource.hpp"

View File

@ -12,8 +12,6 @@
#include "../../Analyser/Static/ZXSpectrum/Target.hpp"
#include "../../Machines/Sinclair/ZXSpectrum/State.hpp"
#define LOG_PREFIX "[SZX] "
#include "../../Outputs/Log.hpp"
#include <zlib.h>