mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
parent
562275a0cc
commit
8f89d95794
@ -54,9 +54,6 @@
|
||||
|
||||
options))
|
||||
|
||||
(define (edit-options option-obj report-obj)
|
||||
(gnc:column-view-edit-options option-obj report-obj))
|
||||
|
||||
(define (make-child-options-callback view child)
|
||||
(let* ((view-opts (gnc:report-options view))
|
||||
(child-opts (gnc:report-options child))
|
||||
@ -225,8 +222,5 @@
|
||||
'menu-path (list gnc:menuname-utility)
|
||||
'renderer render-view
|
||||
'options-generator make-options
|
||||
'options-editor edit-options
|
||||
'options-cleanup-cb cleanup-options
|
||||
'options-changed-cb options-changed-cb)
|
||||
|
||||
|
||||
|
@ -68,7 +68,6 @@
|
||||
(set! options (gnc:report-options (gnc:find-report sub-bar)))
|
||||
(set-option! "Display" "Plot Width" 800)
|
||||
|
||||
(gnc:main-window-open-report view #f)
|
||||
view))
|
||||
|
||||
(define (options)
|
||||
|
Loading…
Reference in New Issue
Block a user