[budget] clean up useless comments

This commit is contained in:
Christopher Lam
2019-03-04 22:01:51 +08:00
parent e5495caab9
commit c419c6d9e7

View File

@@ -42,8 +42,6 @@
;; define all option's names so that they are properly defined
;; in *one* place.
;;(define optname-from-date (N_ "Start Date"))
;;(define optname-to-date (N_ "End Date"))
(define optname-display-depth
(N_ "Account Display Depth"))
@@ -623,8 +621,6 @@
(define (budget-renderer report-obj)
(define (get-option pagename optname)
(get-option-val (gnc:report-options report-obj) pagename optname))
;; (gnc:lookup-option
;; (gnc:report-options report-obj) pagename optname)))
(gnc:report-starting reportname)