summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tdeio/tdeio/global.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tdeio/tdeio/global.cpp b/tdeio/tdeio/global.cpp
index e45297ef6..a75cc223f 100644
--- a/tdeio/tdeio/global.cpp
+++ b/tdeio/tdeio/global.cpp
@@ -184,8 +184,6 @@ TDEIO_EXPORT TQString TDEIO::encodeFileName( const TQString & _str )
// Fall back to older encoding method...
str.replace( i, 1, "%2f");
}
-
- str.replace( i, 1, TQChar((uint)0x2215));
}
return str;
}