* src/report/utility-reports/welcome-to-gnucash.scm: remove gui code

* src/report/utility-reports/view-column.scm: remove
options-editor code


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6309 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-12-11 00:44:40 +00:00
parent 562275a0cc
commit 8f89d95794
2 changed files with 0 additions and 7 deletions

View File

@ -54,9 +54,6 @@
options)) options))
(define (edit-options option-obj report-obj)
(gnc:column-view-edit-options option-obj report-obj))
(define (make-child-options-callback view child) (define (make-child-options-callback view child)
(let* ((view-opts (gnc:report-options view)) (let* ((view-opts (gnc:report-options view))
(child-opts (gnc:report-options child)) (child-opts (gnc:report-options child))
@ -225,8 +222,5 @@
'menu-path (list gnc:menuname-utility) 'menu-path (list gnc:menuname-utility)
'renderer render-view 'renderer render-view
'options-generator make-options 'options-generator make-options
'options-editor edit-options
'options-cleanup-cb cleanup-options 'options-cleanup-cb cleanup-options
'options-changed-cb options-changed-cb) 'options-changed-cb options-changed-cb)

View File

@ -68,7 +68,6 @@
(set! options (gnc:report-options (gnc:find-report sub-bar))) (set! options (gnc:report-options (gnc:find-report sub-bar)))
(set-option! "Display" "Plot Width" 800) (set-option! "Display" "Plot Width" 800)
(gnc:main-window-open-report view #f)
view)) view))
(define (options) (define (options)