summaryrefslogtreecommitdiffhomepage
path: root/csv
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-05-16 03:29:31 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-05-16 03:29:31 +0200
commite2abcc623f2c12caee4a3e9a1f6ebb500ae81f60 (patch)
treee51d0777a65203e13e4a1cc7413741b799eb8260 /csv
parent94d831ebb2f92374acb2c6d08ce792df099ce040 (diff)
cleanup
Diffstat (limited to 'csv')
-rw-r--r--csv/csv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/csv/csv.h b/csv/csv.h
index e88a10b2..b8c40e27 100644
--- a/csv/csv.h
+++ b/csv/csv.h
@@ -15,7 +15,6 @@ public:
QString readLine();
bool parseLine(QStringList& ret);
- void setCodec(const char* codecName);
static bool getGameData(int gameID, unsigned char* table, QString& gamename);
private:
CSV(QIODevice* device);