summaryrefslogtreecommitdiffhomepage
path: root/csv/csv.h
diff options
context:
space:
mode:
Diffstat (limited to 'csv/csv.h')
-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);