aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ROADMAP.md4
-rw-r--r--src/i_insert.go1
2 files changed, 2 insertions, 3 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 43181b4..1c0b9af 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -55,11 +55,11 @@
- [ ] fuzz
-## v1.2 - late flip
+## v1.2 - ghetto bird
- [ ] vnc
-## v1.3 - ghetto bird
+## v1.3 - late flip
- [ ] sorting options (yea like never)
diff --git a/src/i_insert.go b/src/i_insert.go
index 2ab0cf3..f57c458 100644
--- a/src/i_insert.go
+++ b/src/i_insert.go
@@ -61,7 +61,6 @@ import (
func i_insert_host(data *HardData, insert *HostNode) {
tmp_next := data.litems.curr.next
- // TODO: here
}
func i_insert_check_ok(data *HardData, insert *HostNode) {