From d2f1ad161d5a3e5c672980146846936e2474fa2b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 8 May 2013 13:09:02 -0500 Subject: Fix errant extra source line in GIT hash b4a23465 --- tdeio/tdeio/global.cpp | 2 -- 1 file changed, 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; } -- cgit v1.2.1