output: Get rid of histogram_plot_n function.
authorBen Pfaff <blp@gnu.org>
Wed, 1 Jul 2009 22:53:55 +0000 (15:53 -0700)
committerBen Pfaff <blp@gnu.org>
Wed, 1 Jul 2009 22:53:57 +0000 (15:53 -0700)
commitd4fd026f83d552e37ebe303baf60ac5dd65a6fc6
treef16c92fd46ca251b7d11d1a39dbe64e3d5575475
parent1388653736c11bce0f3b2be983065730bc895cc3
output: Get rid of histogram_plot_n function.

For some reason we have two functions to plot histograms, one of which is
marked "deprecated" and the other of which is a trivial wrapper.  It's
easy, however, to get rid of one of them and make the caller in charge of
doing what the wrapper does, especially since the wrapper had only a single
caller.  That is what this commit does.
src/language/stats/examine.q
src/language/stats/frequencies.q
src/output/charts/dummy-chart.c
src/output/charts/plot-hist.c
src/output/charts/plot-hist.h