mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Drop some unused variables
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23756 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
1fe106cd2f
commit
d4ee20f95d
@ -200,10 +200,6 @@
|
|||||||
(gnc:html-piechart-button-3-legend-urls piechart)))
|
(gnc:html-piechart-button-3-legend-urls piechart)))
|
||||||
(data
|
(data
|
||||||
(ensure-positive-numbers (gnc:html-piechart-data piechart)))
|
(ensure-positive-numbers (gnc:html-piechart-data piechart)))
|
||||||
(labels
|
|
||||||
(catenate-escaped-strings (gnc:html-piechart-labels piechart)))
|
|
||||||
(colors
|
|
||||||
(catenate-escaped-strings (gnc:html-piechart-colors piechart)))
|
|
||||||
; Use a unique chart-id for each chart. This prevents chart
|
; Use a unique chart-id for each chart. This prevents chart
|
||||||
; clashed on multi-column reports
|
; clashed on multi-column reports
|
||||||
(chart-id (string-append "chart-" (number->string (random 999999)))))
|
(chart-id (string-append "chart-" (number->string (random 999999)))))
|
||||||
|
Loading…
Reference in New Issue
Block a user