Explorar o código

[tinkoff] remove copy-paste leftovers

Innocenty Enikeev %!s(int64=8) %!d(string=hai) anos
pai
achega
5b6e52281f
Modificáronse 1 ficheiros con 0 adicións e 15 borrados
  1. 0 15
      tinkoff.lisp

+ 0 - 15
tinkoff.lisp

@@ -92,21 +92,6 @@
                                   ("start" . ,start)
                                   ("end" . ,end))))
 
-(defun get-account-name (account)
-  (let ((num (aget account :number)))
-    (concatenate 'string "assets:Raiffeisen:"
-                 (cond
-                   ((string= num "40817810503000266700") "Debit")
-                   ((string= num "40817978803000110883") "Savings:EUR")
-                   ((string= num "40817810203001534278") "Savings:Renov")
-                   ((string= num "40817810103001667025") "Savings:For credit")
-                   (:overwise (concatenate 'string
-                                           (aget account :account-type)
-                                           ":"
-                                           num
-                                           ":"
-                                           (aget account :currency)))))))
-
 (defvar *unix-epoch-difference*
   (encode-universal-time 0 0 0 1 1 1970 0))