mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Remove various undefined/unused functions
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
#ifndef KEEPASSX_TESTCSVPARSER_H
|
||||
#define KEEPASSX_TESTCSVPARSER_H
|
||||
|
||||
#include <QFile>
|
||||
#include <QTemporaryFile>
|
||||
|
||||
#include "format/CsvParser.h"
|
||||
@@ -62,7 +61,6 @@ private:
|
||||
QScopedPointer<QTemporaryFile> file;
|
||||
QScopedPointer<CsvParser> parser;
|
||||
CsvTable t;
|
||||
void dumpRow(CsvTable table, int row);
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_TESTCSVPARSER_H
|
||||
|
||||
Reference in New Issue
Block a user