2019-04-24 Fred Gleason <fredg@paravelsystems.com>

* Removed the 'Cart Data Dump (fixed width)' report from
	rdlibrary(1).
This commit is contained in:
Fred Gleason
2019-04-24 17:54:26 -04:00
parent 01dc164ee5
commit 62a0914e05
10 changed files with 4 additions and 203 deletions

View File

@@ -46,7 +46,6 @@ class ListReports : public QDialog
private:
void GenerateCartReport(QString *report);
void GenerateCutReport(QString *report);
void GenerateCartDumpFixed(QString *report,bool prepend_names);
void GenerateCartDumpCsv(QString *report,bool prepend_names);
QString CsvField(QString str) const;
QLabel *list_reports_label;