Simplify storage of NOS control bits

This commit is contained in:
Gavin MacGregor
2025-02-19 15:22:28 +00:00
parent 923c5563d5
commit 0901803186
2 changed files with 15 additions and 26 deletions

View File

@@ -47,7 +47,6 @@ public:
bool setPacket(int y, int d, QByteArray pkt) override;
bool packetExists(int y, int d) const override;
bool controlBit(int b) const override;
bool setControlBit(int b, bool active) override;
void clearPage();