summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2008-10-05 09:07:25 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2008-10-05 09:07:25 (GMT)
commit2b7214abe11ecabe1030a6e757f067e6d77500e7 (patch)
tree9ff275a866b1660085cb0e638922291f5b2abd36 /src/util.cpp
parent7b38eb9f5ca2c324c76f5d3b53dedfb2bd6486a0 (diff)
downloadDoxygen-2b7214abe11ecabe1030a6e757f067e6d77500e7.zip
Doxygen-2b7214abe11ecabe1030a6e757f067e6d77500e7.tar.gz
Doxygen-2b7214abe11ecabe1030a6e757f067e6d77500e7.tar.bz2
Release-1.5.7.1
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 2b08e37..670e8b7 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -6366,7 +6366,6 @@ SrcLangExt getLanguageFromFileName(const QCString fileName)
extLookup.insert(".idl", new int(SrcLangExt_IDL));
extLookup.insert(".ddl", new int(SrcLangExt_IDL));
extLookup.insert(".odl", new int(SrcLangExt_IDL));
- extLookup.insert(".ddl", new int(SrcLangExt_IDL));
extLookup.insert(".java", new int(SrcLangExt_Java));
extLookup.insert(".as", new int(SrcLangExt_JS));
extLookup.insert(".js", new int(SrcLangExt_JS));