diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-10-05 09:07:25 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-10-05 09:07:25 (GMT) |
commit | 3102b81d682bf0b3b4dd50148434ab8e575a3d2e (patch) | |
tree | 9ff275a866b1660085cb0e638922291f5b2abd36 /src/util.cpp | |
parent | 631bd3426f23c6a69b8a19156b25387ceba007d4 (diff) | |
download | Doxygen-3102b81d682bf0b3b4dd50148434ab8e575a3d2e.zip Doxygen-3102b81d682bf0b3b4dd50148434ab8e575a3d2e.tar.gz Doxygen-3102b81d682bf0b3b4dd50148434ab8e575a3d2e.tar.bz2 |
Release-1.5.7.1
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 1 |
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)); |