1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-26 03:29:40 +00:00

Remove unused elements.

This commit is contained in:
Thomas Harte
2025-02-03 21:42:07 -05:00
parent fd09f06507
commit 35a1b44c21
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -730,7 +730,6 @@ private:
}
void read_dipole() {
using Register = CPU::MOS6502::Register;
using Pulse = Storage::Tape::Pulse;
using Flag = CPU::MOS6502::Flag;
//
-1
View File
@@ -71,7 +71,6 @@ private:
bool half_waves_;
bool updated_layout_;
Platform platform_;
TargetPlatform::Type target_platforms_;
};
}