From ab36665f27486e4f81bf59c1715d4d03ea7410fc Mon Sep 17 00:00:00 2001 From: m455 Date: Thu, 5 Apr 2018 22:54:57 -0400 Subject: [PATCH] wut --- rodo.rkt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rodo.rkt b/rodo.rkt index c35ff85..5a3b3b6 100755 --- a/rodo.rkt +++ b/rodo.rkt @@ -70,8 +70,6 @@ 'terminating (string-append "> Exiting " program-name " ...\n"))) -;; some possible user-input related "mistakes" that -;; will be accepted for input (define y/n (hash 'yes '("yes" "Yes" "y" "Y") @@ -97,7 +95,6 @@ program-path program-directory)))) -;; prompt user for file initial file creation (define (prompt-user chosen-message) (d-hash-ref messages chosen-message) (display "> ") @@ -142,7 +139,6 @@ [else (d-hash-ref messages 'incorrect-usage)]))) -;; does the file exist that holds the list(s?) (define (todo-folder-exist?) (if (check-for-folder) (d-hash-ref messages 'already-exists)