Core: Remove unused variable

Caused from my previous commit. oops
This commit is contained in:
Ty Lamontagne 2024-01-04 16:24:01 -05:00 committed by refractionpcsx2
parent ebf8cba6a4
commit 27dcd1bba2
1 changed files with 0 additions and 2 deletions

View File

@ -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."},