diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-10-21 18:02:53 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-10-21 18:02:53 (GMT) |
commit | aa58eb72e74a736d7f05328466858ac179918649 (patch) | |
tree | f5aef68ee03709376658e93142ca5df6850e649d /src/code.l | |
parent | 4f13c95eed55e8b0d989f2eeeb0ab72bd70f2b38 (diff) | |
download | Doxygen-aa58eb72e74a736d7f05328466858ac179918649.zip Doxygen-aa58eb72e74a736d7f05328466858ac179918649.tar.gz Doxygen-aa58eb72e74a736d7f05328466858ac179918649.tar.bz2 |
Release-1.2.11-20011021
Diffstat (limited to 'src/code.l')
-rw-r--r-- | src/code.l | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -77,7 +77,6 @@ class CodeVarDef QCString classScope; }; -typedef QList<CodeClassDef> CodeClassList; typedef QDict<CodeClassDef> CodeClassDict; typedef QList<CodeVarDef> CodeVarList; @@ -86,7 +85,6 @@ typedef QList<CodeVarDef> CodeVarList; */ static OutputDocInterface * g_code; -//static CodeClassList g_codeClassList; static CodeClassDict g_codeClassDict(1009); static CodeVarList g_codeVarList; static CodeVarList g_codeParmList; |