diff options
author | Joe <rbo@gmx.us> | 2024-05-10 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-05-10 20:20:20 +0200 |
commit | 17da73bbba8dee461fed7827c80fafc0f352b1fa (patch) | |
tree | 83f904d7f06869475e662ebb2f4ac1caeeec2742 /src/i_ui.go | |
parent | dirt but eh fuck it works (diff) | |
download | hardflip-17da73bbba8dee461fed7827c80fafc0f352b1fa.tar.gz hardflip-17da73bbba8dee461fed7827c80fafc0f352b1fa.tar.bz2 hardflip-17da73bbba8dee461fed7827c80fafc0f352b1fa.tar.xz hardflip-17da73bbba8dee461fed7827c80fafc0f352b1fa.tar.zst hardflip-17da73bbba8dee461fed7827c80fafc0f352b1fa.zip |
simpler is always better
Diffstat (limited to '')
-rw-r--r-- | src/i_ui.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i_ui.go b/src/i_ui.go index 0015625..09a1d65 100644 --- a/src/i_ui.go +++ b/src/i_ui.go @@ -75,7 +75,6 @@ type HardUI struct { insert_method int insert_scroll int insert_butt bool - insert_win Quad } type Quad struct { |