diff --git a/totptool.nim b/totptool.nim index 30e4016..1ae30bc 100644 --- a/totptool.nim +++ b/totptool.nim @@ -27,10 +27,6 @@ Subcommands: totptool tracks """ -proc writeHelp() = - echo usageHelp - quit 2 - proc writeVersion(): string = const gitlog = staticExec "git log -1"