From 27dcd1bba20f5d64fc657a557ec000c54f6e7954 Mon Sep 17 00:00:00 2001 From: Ty Lamontagne Date: Thu, 4 Jan 2024 16:24:01 -0500 Subject: [PATCH] Core: Remove unused variable Caused from my previous commit. oops --- pcsx2/SourceLog.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/pcsx2/SourceLog.cpp b/pcsx2/SourceLog.cpp index f9669805616b1..2e8acd64d6c24 100644 --- a/pcsx2/SourceLog.cpp +++ b/pcsx2/SourceLog.cpp @@ -89,8 +89,6 @@ static const TraceLogDescriptor TLD_deci2 = {"DECI2", "DECI&2 Console", "Shows DECI2 debugging logs (EE processor)."}, - TLD_sysoutConsole = {"SYSout", "System Out", "Shows strings printed to the system output stream."}, - TLD_Pgif = {"PGIFout", "&PGIF Console", "Shows output from pgif the emulated ps1 gpu"}, TLD_recordingConsole = {"Input Recording", "Input Recording Console", "Shows recording related logs and information."},