From e2abcc623f2c12caee4a3e9a1f6ebb500ae81f60 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 16 May 2017 03:29:31 +0200 Subject: cleanup --- csv/csv.h | 1 - 1 file changed, 1 deletion(-) (limited to 'csv') 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); -- cgit v1.2.3