diff options
author | Joe <rbo@gmx.us> | 2025-01-20 17:00:47 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-01-20 17:00:47 +0100 |
commit | 36da88715d7ffc30a4fcf3ef27bbbb88d30b02a8 (patch) | |
tree | 07a52b3f84e1073bd02297cfe4751d9ebd64b378 /src/c_hardflip.go | |
parent | trying smth real quick (diff) | |
download | hardflip-36da88715d7ffc30a4fcf3ef27bbbb88d30b02a8.tar.gz hardflip-36da88715d7ffc30a4fcf3ef27bbbb88d30b02a8.tar.bz2 hardflip-36da88715d7ffc30a4fcf3ef27bbbb88d30b02a8.tar.xz hardflip-36da88715d7ffc30a4fcf3ef27bbbb88d30b02a8.tar.zst hardflip-36da88715d7ffc30a4fcf3ef27bbbb88d30b02a8.zip |
okok
Diffstat (limited to 'src/c_hardflip.go')
-rw-r--r-- | src/c_hardflip.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/c_hardflip.go b/src/c_hardflip.go index 8911f20..d2e4c12 100644 --- a/src/c_hardflip.go +++ b/src/c_hardflip.go @@ -68,7 +68,6 @@ type HardData struct { keys [][2]string insert *HostNode yank *ItemsNode - lfuzz *FuzzList } func main() { |