1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-21 17:16:44 +00:00

Remove unused enum.

This commit is contained in:
Thomas Harte
2025-11-07 10:49:26 -05:00
parent 056028e07b
commit 7658edca62
-3
View File
@@ -492,9 +492,6 @@ private:
/// Provide interlaced sync and scan even/odd lines depending on field.
SyncAndVideo,
};
enum class BlinkMode {
// TODO.
};
// Comments on the right provide the corresponding signal name in hoglet's VHDL implementation.
struct {