summaryrefslogtreecommitdiffstats
path: root/kig/misc/coordinate_system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kig/misc/coordinate_system.cpp')
-rw-r--r--kig/misc/coordinate_system.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/kig/misc/coordinate_system.cpp b/kig/misc/coordinate_system.cpp
index 194a008f..bdd3f1da 100644
--- a/kig/misc/coordinate_system.cpp
+++ b/kig/misc/coordinate_system.cpp
@@ -43,11 +43,7 @@ class CoordinateValidator
: public TQValidator
{
bool mpolar;
-#ifdef KIG_USE_KDOUBLEVALIDATOR
KDoubleValidator mdv;
-#else
- KFloatValidator mdv;
-#endif
mutable TQRegExp mre;
public:
CoordinateValidator( bool polar );