summaryrefslogtreecommitdiffhomepage
path: root/csv/csv.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-11-01 08:36:28 +0100
committerStanislaw Halik <sthalik@misaki.pl>2015-11-01 08:49:12 +0100
commitcc16fd0121fe79ae1fd9539a606c19827f64bc23 (patch)
treed141902716ea4b8e563d9e708c3e99671d791f40 /csv/csv.cpp
parent73921613ddddc8d1f8e0caed21ab8dd490a74eb1 (diff)
use newly-added preprocessor variable
Diffstat (limited to 'csv/csv.cpp')
-rw-r--r--csv/csv.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/csv/csv.cpp b/csv/csv.cpp
index 2193ed80..26a36b70 100644
--- a/csv/csv.cpp
+++ b/csv/csv.cpp
@@ -8,7 +8,6 @@
* purpose with or without fee is hereby granted, provided that the above *
* copyright notice and this permission notice appear in all copies. *
*/
-#define INSIDE_CSV
#include "csv.h"
#include <QTextDecoder>
#include <QFile>