summaryrefslogtreecommitdiffstats
path: root/src/mangen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mangen.cpp')
-rw-r--r--src/mangen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mangen.cpp b/src/mangen.cpp
index e58aa6e..9139aa8 100644
--- a/src/mangen.cpp
+++ b/src/mangen.cpp
@@ -445,7 +445,6 @@ void ManGenerator::startDoxyAnchor(const char *,const char *manName,
{
FTextStream linkstream;
linkstream.setDevice(&linkfile);
- //linkstream.setEncoding(QTextStream::UnicodeUTF8);
linkstream << ".so " << getSubdir() << "/" << buildFileName( manName ) << endl;
}
}