mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Remove various undefined/unused functions
This commit is contained in:
parent
5883f49f37
commit
194409abd6
6 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue