diff options
Diffstat (limited to 'src/scanner.h')
-rw-r--r-- | src/scanner.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/scanner.h b/src/scanner.h index d1c8f98..f37aaba 100644 --- a/src/scanner.h +++ b/src/scanner.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * $Id$ + * * * Copyright (C) 1997-2000 by Dimitri van Heesch. * @@ -24,11 +24,8 @@ #include "entry.h" #include "code.h" -#include "membergroup.h" class OutputList; -//typedef QIntDict<MemberGroup> MemberGroupDict; -typedef QIntDictIterator<MemberGroup> MemberGroupDictIterator; extern void parseMain(Entry *); extern void parseDoc(OutputList &ol,const char *clName, const char *memName, @@ -37,6 +34,4 @@ extern void parseExample(OutputList &ol,const QCString &docString, const char *fileName); extern void parseText(OutputList &ol,const QCString &txtString); -extern MemberGroupDict memberGroupDict; - #endif |