Allow users to set the precision of output statistics.
[pspp-builds.git] / src / language / stats / npar-summary.h
index 6cf6367cbee02d7ac267a2396f0794ef8bd9e84e..0e52b8023355cf81c6f76ec73451d1b10c489231 100644 (file)
@@ -37,11 +37,4 @@ void npar_summary_calc_descriptives (struct descriptives *desc,
                                     int n_vars,
                                      enum mv_class filter);
 
-
-void do_summary_box (const struct descriptives *desc,
-                    const struct variable *const *vv,
-                    int n_vars);
-
-
-
 #endif